]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: i4l: icn: Fixed open brace should be on previous line error
authorHarman Kalra <harman4linux@gmail.com>
Sun, 9 Oct 2016 15:35:02 +0000 (21:05 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:25:58 +0000 (10:25 +0200)
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>
drivers/staging/i4l/icn/icn.c

index 514bfc2c5b53b84bda9177619736c57d6a388654..3750ba38adc50e4cff68dffb8413942d4adbd5be 100644 (file)
@@ -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     */
        /*