From: Jingoo Han Date: Wed, 26 Feb 2014 01:27:10 +0000 (+0900) Subject: spi: omap-100k: fix spacing coding style issue X-Git-Tag: v3.15-rc1~147^2~3^3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31804f638ef213f78f4a5ee896c4226ba55ab415;p=pandora-kernel.git spi: omap-100k: fix spacing coding style issue Fix the following checkpatch issues. ERROR: space prohibited after that open parenthesis '(' ERROR: space required before the open parenthesis '(' ERROR: trailing statements should be on next line ERROR: space required after that ',' (ctx:VxV) ERROR: spaces required around that '-=' (ctx:VxV) WARNING: sizeof *cs should be sizeof(*cs) Signed-off-by: Jingoo Han Signed-off-by: Mark Brown --- Reading git-diff-tree failed