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)
commit31804f638ef213f78f4a5ee896c4226ba55ab415
tree735e32966a1a03b43c02f08fc8d9f5960d347209
parent79c2f49a2dfed00e51b41427ef89c5e67263a8c3
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
This page took 0.024797 seconds and 5 git commands to generate.