[media] Staging/media: fixed spacing coding style in go7007/wis-saa7113.c
authorYAMANE Toshiaki <yamanetoshi@gmail.com>
Mon, 5 Nov 2012 10:36:48 +0000 (07:36 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 21 Nov 2012 15:18:47 +0000 (13:18 -0200)
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>
drivers/staging/media/go7007/wis-saa7113.c

index f6b6ae8..5c1c7c8 100644 (file)
@@ -32,8 +32,7 @@ struct wis_saa7113 {
        int hue;
 };
 
-static u8 initial_registers[] =
-{
+static u8 initial_registers[] = {
        0x01, 0x08,
        0x02, 0xc0,
        0x03, 0x33,