Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Harman Kalra and committed by
Greg Kroah-Hartman
5e5a1138 bdb2a2ff

+1 -2
+1 -2
drivers/staging/i4l/icn/icn.h
··· 186 186 #ifdef __KERNEL__ 187 187 188 188 static icn_card *cards = (icn_card *) 0; 189 - static u_char chan2bank[] = 190 - {0, 4, 8, 12}; /* for icn_map_channel() */ 189 + static u_char chan2bank[] = {0, 4, 8, 12}; /* for icn_map_channel() */ 191 190 192 191 static icn_dev dev; 193 192