staging: media: omap24xx: tcm825x.c Fix that open brace { should be on the previous...
authorAybuke Ozdemir <aybuke.147@gmail.com>
Sun, 16 Mar 2014 05:27:54 +0000 (07:27 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Mar 2014 18:04:45 +0000 (11:04 -0700)
The patch fixes the following checkpatch.pl errors:
ERROR: that open brace { should be on the previous line.

Signed-off-by: Aybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/omap24xx/tcm825x.c

index b1ae8e9c7e1428fdbe1e81bcbdf4533b51c99319..f4dd32df235358b35e53e4fecdf3c6b8568037b7 100644 (file)
@@ -249,11 +249,11 @@ static struct vcontrol {
 };
 
 
-static const struct tcm825x_reg *tcm825x_siz_reg[NUM_IMAGE_SIZES] =
-{ &subqcif, &qqvga, &qcif, &qvga, &cif, &vga };
+static const struct tcm825x_reg *tcm825x_siz_reg[NUM_IMAGE_SIZES] = {
+       &subqcif, &qqvga, &qcif, &qvga, &cif, &vga };
 
-static const struct tcm825x_reg *tcm825x_fmt_reg[NUM_PIXEL_FORMATS] =
-{ &yuv422, &rgb565 };
+static const struct tcm825x_reg *tcm825x_fmt_reg[NUM_PIXEL_FORMATS] = {
+       &yuv422, &rgb565 };
 
 /*
  * Read a value from a register in an TCM825X sensor device.  The value is