From: YAMANE Toshiaki Date: Fri, 2 Nov 2012 11:08:41 +0000 (-0300) Subject: [media] Staging/media: fixed spacing coding style in go7007/wis-ov7640.c X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b07d650833f832f30bbfa259fa56675fb35adbd3;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git [media] Staging/media: fixed spacing coding style in go7007/wis-ov7640.c fixed below checkpatch error. - ERROR: that open brace { should be on the previous line Signed-off-by: YAMANE Toshiaki Tested-by: Peter Senna Tschudin Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/staging/media/go7007/wis-ov7640.c b/drivers/staging/media/go7007/wis-ov7640.c index 3aaeb91cc554..cef1a6259d70 100644 --- a/drivers/staging/media/go7007/wis-ov7640.c +++ b/drivers/staging/media/go7007/wis-ov7640.c @@ -29,8 +29,7 @@ struct wis_ov7640 { int hue; }; -static u8 initial_registers[] = -{ +static u8 initial_registers[] = { 0x12, 0x80, 0x12, 0x54, 0x14, 0x24,