diff options
author | YAMANE Toshiaki <yamanetoshi@gmail.com> | 2012-11-05 05:36:48 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-11-21 10:18:47 -0500 |
commit | 77f0773804ca49e3ed9075063ce7d954cafa49af (patch) | |
tree | 37ef634640bcb24eefda80b17746154f02e3954b | |
parent | f0e3393031238e7fc38a34cdb0bd2331bbcc9e11 (diff) |
[media] Staging/media: fixed spacing coding style in go7007/wis-saa7113.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>
-rw-r--r-- | drivers/staging/media/go7007/wis-saa7113.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/media/go7007/wis-saa7113.c b/drivers/staging/media/go7007/wis-saa7113.c index f6b6ae8a8392..5c1c7c84f16e 100644 --- a/drivers/staging/media/go7007/wis-saa7113.c +++ b/drivers/staging/media/go7007/wis-saa7113.c | |||
@@ -32,8 +32,7 @@ struct wis_saa7113 { | |||
32 | int hue; | 32 | int hue; |
33 | }; | 33 | }; |
34 | 34 | ||
35 | static u8 initial_registers[] = | 35 | static u8 initial_registers[] = { |
36 | { | ||
37 | 0x01, 0x08, | 36 | 0x01, 0x08, |
38 | 0x02, 0xc0, | 37 | 0x02, 0xc0, |
39 | 0x03, 0x33, | 38 | 0x03, 0x33, |