From: Kristina Martsenko Date: Mon, 11 Nov 2013 19:34:59 +0000 (+0200) Subject: staging: lustre: ptlrpc: clean up whitespace around braces X-Git-Tag: v3.14-rc1~150^2~775^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb68dd2d0df552fe6c18da86eceda461ec0cc7c8;p=pandora-kernel.git staging: lustre: ptlrpc: clean up whitespace around braces Fix the following types of checkpatch errors to comply with coding style: ERROR: space required after that close brace '}' ERROR: space required before the open brace '{' Also change "if (x == 0)" into "if (!x)" on one line, to avoid introducing new checkpatch issues. Signed-off-by: Kristina Martsenko Reviewed-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed