From: Julia Lawall Date: Sat, 20 Jun 2015 19:07:51 +0000 (+0200) Subject: staging: lustre: lmv: drop trivially useless initialization X-Git-Tag: omap-for-v4.3/fixes-merge-window~44^2~738 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a84b7fd5f7539a1eca943a17ba9d7cafc10f3f90;p=pandora-kernel.git staging: lustre: lmv: drop trivially useless initialization Remove initialization of a variable that is immediately reassigned. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ type T; identifier x; constant C; expression e; @@ T x - = C ; x = e; // Signed-off-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed