From: Aybuke Ozdemir Date: Sun, 16 Mar 2014 05:27:54 +0000 (+0200) Subject: staging: media: omap24xx: tcm825x.c Fix that open brace { should be on the previous... X-Git-Tag: firefly_0821_release~176^2~4193^2~142 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=da54e4a520588b958a3a94f1cb74bbc35d7ef908;p=firefly-linux-kernel-4.4.55.git staging: media: omap24xx: tcm825x.c Fix that open brace { should be on the previous line The patch fixes the following checkpatch.pl errors: ERROR: that open brace { should be on the previous line. Signed-off-by: Aybuke Ozdemir Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/media/omap24xx/tcm825x.c b/drivers/staging/media/omap24xx/tcm825x.c index b1ae8e9c7e14..f4dd32df2353 100644 --- a/drivers/staging/media/omap24xx/tcm825x.c +++ b/drivers/staging/media/omap24xx/tcm825x.c @@ -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