aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/i4l
diff options
context:
space:
mode:
authorHarman Kalra <harman4linux@gmail.com>2016-10-09 21:05:04 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-16 10:26:00 +0200
commit5e5a1138ff09dd3d2ad683f6d40f8d2dd08f1559 (patch)
treee6cd74699a89a5c501a0a662e5c241d61a35d620 /drivers/staging/i4l
parentbdb2a2ff2c8dfb32c4d52a36e29efc649f2205b0 (diff)
Staging: i4l: icn: Fixed open brace should be on previous line error
This patch resolves the following error caught by checkpatch.pl: ERROR: that open brace { should be on the previous line Signed-off-by: Harman Kalra <harman4linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/i4l')
-rw-r--r--drivers/staging/i4l/icn/icn.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/i4l/icn/icn.h b/drivers/staging/i4l/icn/icn.h
index e273c2795f3c..07e2e0196527 100644
--- a/drivers/staging/i4l/icn/icn.h
+++ b/drivers/staging/i4l/icn/icn.h
@@ -186,8 +186,7 @@ typedef icn_dev *icn_devptr;
#ifdef __KERNEL__
static icn_card *cards = (icn_card *) 0;
-static u_char chan2bank[] =
-{0, 4, 8, 12}; /* for icn_map_channel() */
+static u_char chan2bank[] = {0, 4, 8, 12}; /* for icn_map_channel() */
static icn_dev dev;