From: YAMANE Toshiaki <yamanetoshi@gmail.com>
Date: Mon, 5 Nov 2012 10:35:45 +0000 (-0300)
Subject: [media] Staging/media: fixed spacing coding style in go7007/wis-saa7115.c
X-Git-Tag: firefly_0821_release~3680^2~275^2~759
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=11f1c44d19dd79e707bec92660d7b3518bbb1850;p=firefly-linux-kernel-4.4.55.git

[media] Staging/media: fixed spacing coding style in go7007/wis-saa7115.c

fixed below checkpatch error.
- ERROR: that open brace { should be on the previous line

Signed-off-by: YAMANE Toshiaki <yamanetoshi@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
---

diff --git a/drivers/staging/media/go7007/wis-saa7115.c b/drivers/staging/media/go7007/wis-saa7115.c
index 47a3146e83af..a178b41c0a05 100644
--- a/drivers/staging/media/go7007/wis-saa7115.c
+++ b/drivers/staging/media/go7007/wis-saa7115.c
@@ -32,8 +32,7 @@ struct wis_saa7115 {
 	int hue;
 };
 
-static u8 initial_registers[] =
-{
+static u8 initial_registers[] = {
 	0x01, 0x08,
 	0x02, 0xc0,
 	0x03, 0x20,