From: Harman Kalra Date: Sun, 9 Oct 2016 15:35:02 +0000 (+0530) Subject: Staging: i4l: icn: Fixed open brace should be on previous line error X-Git-Tag: v4.10-rc1~148^2~625 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=db0e8e5732c378393968dfa4fa89153b9d515d60;p=karo-tx-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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/i4l/icn/icn.c b/drivers/staging/i4l/icn/icn.c index 514bfc2c5b53..3750ba38adc5 100644 --- a/drivers/staging/i4l/icn/icn.c +++ b/drivers/staging/i4l/icn/icn.c @@ -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 */ /*