diff options
author | YAMANE Toshiaki <yamanetoshi@gmail.com> | 2012-11-05 11:35:45 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-11-21 16:15:44 +0100 |
commit | 11f1c44d19dd79e707bec92660d7b3518bbb1850 (patch) | |
tree | 1fc57afd3121320aff156bb4e1fd35c510a27b6b | |
parent | [media] Staging/media: Use dev_ printks in go7007/wis-ov7640.c (diff) | |
download | linux-11f1c44d19dd79e707bec92660d7b3518bbb1850.tar.xz linux-11f1c44d19dd79e707bec92660d7b3518bbb1850.zip |
[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>
-rw-r--r-- | drivers/staging/media/go7007/wis-saa7115.c | 3 |
1 files changed, 1 insertions, 2 deletions
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, |