spi: butterfly: Fix checkpatch issue
authorJingoo Han <jg1.han@samsung.com>
Mon, 14 Oct 2013 01:34:24 +0000 (10:34 +0900)
committerMark Brown <broonie@linaro.org>
Tue, 15 Oct 2013 12:04:24 +0000 (13:04 +0100)
commitac8ed236a9765c8b0689ff97eaca071211d9e22b
tree9e09017414660f87dd7e136e6e9a5db624b25513
parent61e6cfa80de5760bbe406f4e815b7739205754d2
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>
drivers/spi/spi-butterfly.c