Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da54e4a5 authored by Aybuke Ozdemir's avatar Aybuke Ozdemir Committed by Greg Kroah-Hartman
Browse files

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: default avatarAybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 86a7dacc
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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