commit | 31804f638ef213f78f4a5ee896c4226ba55ab415 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Wed Feb 26 10:27:10 2014 +0900 |
committer | Mark Brown <broonie@linaro.org> | Wed Mar 05 12:35:07 2014 +0800 |
tree | 735e32966a1a03b43c02f08fc8d9f5960d347209 | |
parent | 79c2f49a2dfed00e51b41427ef89c5e67263a8c3 [diff] |
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>