diff options
author | YAMANE Toshiaki <yamanetoshi@gmail.com> | 2012-11-05 05:35:45 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-11-21 10:15:44 -0500 |
commit | 11f1c44d19dd79e707bec92660d7b3518bbb1850 (patch) | |
tree | 1fc57afd3121320aff156bb4e1fd35c510a27b6b | |
parent | b3ccce3831196d2a7d745879124a8bf2de5db5bf (diff) |
[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 { | |||
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, 0x20, | 38 | 0x03, 0x20, |