mirror of https://gitee.com/openkylin/linux.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 <harman4linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f7417a5510
commit
db0e8e5732
|
@ -411,8 +411,7 @@ typedef struct icn_stat {
|
|||
int action;
|
||||
} icn_stat;
|
||||
/* *INDENT-OFF* */
|
||||
static icn_stat icn_stat_table[] =
|
||||
{
|
||||
static icn_stat icn_stat_table[] = {
|
||||
{"BCON_", ISDN_STAT_BCONN, 1}, /* B-Channel connected */
|
||||
{"BDIS_", ISDN_STAT_BHUP, 2}, /* B-Channel disconnected */
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue