commit | ac8ed236a9765c8b0689ff97eaca071211d9e22b | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Mon Oct 14 10:34:24 2013 +0900 |
committer | Mark Brown <broonie@linaro.org> | Tue Oct 15 13:04:24 2013 +0100 |
tree | 9e09017414660f87dd7e136e6e9a5db624b25513 | |
parent | 61e6cfa80de5760bbe406f4e815b7739205754d2 [diff] |
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 <jg1.han@samsung.com> Signed-off-by: Mark Brown <broonie@linaro.org>