From: Julia Lawall Date: Sat, 20 Jun 2015 19:07:53 +0000 (+0200) Subject: staging: lustre: osc: drop trivially useless initialization X-Git-Tag: omap-for-v4.3/fixes-merge-window~44^2~739 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53a0d4868703c5d5d5dc0d0eaf9166d6bba9a697;p=pandora-kernel.git staging: lustre: osc: 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