]> git.baikalelectronics.ru Git - kernel.git/commit
spi: omap-100k: fix spacing coding style issue
authorJingoo Han <jg1.han@samsung.com>
Wed, 26 Feb 2014 01:27:10 +0000 (10:27 +0900)
committerMark Brown <broonie@linaro.org>
Wed, 5 Mar 2014 04:35:07 +0000 (12:35 +0800)
commit7063364ae56f1844a15980bdee438f13ed3bc7a2
tree735e32966a1a03b43c02f08fc8d9f5960d347209
parentc71214a3fc84894ab85a74fead00cd9a77387373
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 <jg1.han@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-omap-100k.c