You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
committed by
Greg Kroah-Hartman
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 */
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user