From: Julia Lawall Date: Tue, 26 Aug 2014 20:00:33 +0000 (+0200) Subject: staging: lustre: remove parentheses from return arguments X-Git-Tag: fixes-for-v3.18-merge-window~15^2~1166 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbe7c6c72a8f36e78cf3886573bbc0fdd0aa55b5;p=pandora-kernel.git staging: lustre: remove parentheses from return arguments The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ identifier i; constant c; @@ return - ( \(i\|-i\|i(...)\|c\) - ) ; // Signed-off-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed