summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c
diff options
context:
space:
mode:
authorNasser Afshin2018-04-03 00:23:19 +0200
committerMauro Carvalho Chehab2018-05-04 21:51:49 +0200
commit65dc760bb4de0824fad971d265dc9e12ef9e673e (patch)
tree697585980a35e656eb8c50c29248b3a50a77cf25 /drivers/media/i2c
parentmedia: i2c: tvp5150: Use the correct comment style (diff)
downloadkernel-qcow2-linux-65dc760bb4de0824fad971d265dc9e12ef9e673e.tar.gz
kernel-qcow2-linux-65dc760bb4de0824fad971d265dc9e12ef9e673e.tar.xz
kernel-qcow2-linux-65dc760bb4de0824fad971d265dc9e12ef9e673e.zip
media: i2c: tvp5150: Fix open brace placement codding style
This patch resolves the following checkpatch.pl error: ERROR: that open brace { should be on the previous line Signed-off-by: Nasser Afshin <Afshin.Nasser@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/i2c')
-rw-r--r--drivers/media/i2c/tvp5150.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/i2c/tvp5150.c b/drivers/media/i2c/tvp5150.c
index 6723ef539239..d528fddbea16 100644
--- a/drivers/media/i2c/tvp5150.c
+++ b/drivers/media/i2c/tvp5150.c
@@ -500,8 +500,8 @@ struct i2c_vbi_ram_value {
* and so on. There are 16 possible locations from 0 to 15.
*/
-static struct i2c_vbi_ram_value vbi_ram_default[] =
-{
+static struct i2c_vbi_ram_value vbi_ram_default[] = {
+
/*
* FIXME: Current api doesn't handle all VBI types, those not
* yet supported are placed under #if 0