mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 07:00:48 +00:00
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 <aybuke.147@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
86a7dacc8f
commit
da54e4a520
@ -249,11 +249,11 @@ static struct vcontrol {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
static const struct tcm825x_reg *tcm825x_siz_reg[NUM_IMAGE_SIZES] =
|
static const struct tcm825x_reg *tcm825x_siz_reg[NUM_IMAGE_SIZES] = {
|
||||||
{ &subqcif, &qqvga, &qcif, &qvga, &cif, &vga };
|
&subqcif, &qqvga, &qcif, &qvga, &cif, &vga };
|
||||||
|
|
||||||
static const struct tcm825x_reg *tcm825x_fmt_reg[NUM_PIXEL_FORMATS] =
|
static const struct tcm825x_reg *tcm825x_fmt_reg[NUM_PIXEL_FORMATS] = {
|
||||||
{ &yuv422, &rgb565 };
|
&yuv422, &rgb565 };
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Read a value from a register in an TCM825X sensor device. The value is
|
* Read a value from a register in an TCM825X sensor device. The value is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user