Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db0e8e57 authored by Harman Kalra's avatar Harman Kalra Committed by Greg Kroah-Hartman
Browse files

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: default avatarHarman Kalra <harman4linux@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f7417a55
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -411,8 +411,7 @@ typedef struct icn_stat {
	int action;
	int action;
} icn_stat;
} icn_stat;
/* *INDENT-OFF* */
/* *INDENT-OFF* */
static icn_stat icn_stat_table[] =
static icn_stat icn_stat_table[] = {
{
	{"BCON_",          ISDN_STAT_BCONN, 1},	/* B-Channel connected        */
	{"BCON_",          ISDN_STAT_BCONN, 1},	/* B-Channel connected        */
	{"BDIS_",          ISDN_STAT_BHUP,  2},	/* B-Channel disconnected     */
	{"BDIS_",          ISDN_STAT_BHUP,  2},	/* B-Channel disconnected     */
	/*
	/*