From: Harman Kalra Date: Sun, 9 Oct 2016 15:35:04 +0000 (+0530) Subject: Staging: i4l: icn: Fixed open brace should be on previous line error X-Git-Tag: v4.10-rc1~148^2~623 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5e5a1138ff09dd3d2ad683f6d40f8d2dd08f1559;p=uclinux-h8%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- 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;