Commit 5e5a1138 authored by Harman Kalra's avatar Harman Kalra Committed by Greg Kroah-Hartman
Browse files

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: default avatarHarman Kalra <harman4linux@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bdb2a2ff
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;