From ac8ed236a9765c8b0689ff97eaca071211d9e22b Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Mon, 14 Oct 2013 10:34:24 +0900 Subject: [PATCH] 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 Signed-off-by: Mark Brown --- Reading git-format-patch failed