From: Julia Lawall Date: Sat, 30 Aug 2014 20:11:37 +0000 (+0200) Subject: staging: lustre: adjust spacing within pointer casts X-Git-Tag: fixes-for-v3.18-merge-window~15^2~1084 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdbb0512205f717301e93421c08765c9af2bbe1c;p=pandora-kernel.git 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-diff-tree failed