From da54e4a520588b958a3a94f1cb74bbc35d7ef908 Mon Sep 17 00:00:00 2001 From: Aybuke Ozdemir Date: Sun, 16 Mar 2014 07:27:54 +0200 Subject: 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 b1ae8e9..f4dd32d 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 -- cgit v0.10.2