From: Jingoo Han Date: Mon, 14 Oct 2013 01:34:24 +0000 (+0900) Subject: spi: butterfly: Fix checkpatch issue X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~15^2~25^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac8ed236a9765c8b0689ff97eaca071211d9e22b;p=pandora-kernel.git spi: butterfly: Fix checkpatch issue Fix the following checkpatch errors and warnings. ERROR: space required before the open brace '{' ERROR: space required after that close brace '}' ERROR: space required before the open parenthesis '(' ERROR: do not use C99 // comments WARNING: sizeof *pp should be sizeof(*pp) Signed-off-by: Jingoo Han Signed-off-by: Mark Brown --- Reading git-diff-tree failed