From bdbb0512205f717301e93421c08765c9af2bbe1c Mon Sep 17 00:00:00 2001 From: Julia Lawall Date: Sat, 30 Aug 2014 22:11:37 +0200 Subject: [PATCH] staging: lustre: adjust spacing within pointer casts The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ type T; expression e; @@ ( - T * + T * ) e // This semantic patch just removes the cast and adds it back, but when it does so, it follows the spacing conventions of Linux. Signed-off-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed