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
db0e8e57 f7417a55

+1 -2
+1 -2
drivers/staging/i4l/icn/icn.c
··· 411 411 int action; 412 412 } icn_stat; 413 413 /* *INDENT-OFF* */ 414 - static icn_stat icn_stat_table[] = 415 - { 414 + static icn_stat icn_stat_table[] = { 416 415 {"BCON_", ISDN_STAT_BCONN, 1}, /* B-Channel connected */ 417 416 {"BDIS_", ISDN_STAT_BHUP, 2}, /* B-Channel disconnected */ 418 417 /*