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

index 47a3146e83af52940fb6365b3857ed6a39938f56..a178b41c0a057506f9cc4cdc388ad7244720dfe6 100644 (file)
@@ -32,8 +32,7 @@ struct wis_saa7115 {
        int hue;
 };
 
-static u8 initial_registers[] =
-{
+static u8 initial_registers[] = {
        0x01, 0x08,
        0x02, 0xc0,
        0x03, 0x20,
This page took 0.026345 seconds and 5 git commands to generate.