diff options
author | YAMANE Toshiaki <yamanetoshi@gmail.com> | 2012-11-05 11:36:48 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-11-21 16:18:47 +0100 |
commit | 77f0773804ca49e3ed9075063ce7d954cafa49af (patch) | |
tree | 37ef634640bcb24eefda80b17746154f02e3954b | |
parent | [media] staging/media: Use dev_ or pr_ printks in go7007/wis-saa7115.c (diff) | |
download | linux-77f0773804ca49e3ed9075063ce7d954cafa49af.tar.xz linux-77f0773804ca49e3ed9075063ce7d954cafa49af.zip |
[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 { int hue; }; -static u8 initial_registers[] = -{ +static u8 initial_registers[] = { 0x01, 0x08, 0x02, 0xc0, 0x03, 0x33, |