diff options
author | Harman Kalra <harman4linux@gmail.com> | 2016-10-09 21:05:02 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-10-16 10:25:58 +0200 |
commit | db0e8e5732c378393968dfa4fa89153b9d515d60 (patch) | |
tree | eb3f2dcd5858516a68fd8a92427797b6daf4f4a2 /drivers/staging/i4l | |
parent | f7417a55104cb0ecdf86a1c0ca89b09b4f2c70ec (diff) | |
download | blackbird-op-linux-db0e8e5732c378393968dfa4fa89153b9d515d60.tar.gz blackbird-op-linux-db0e8e5732c378393968dfa4fa89153b9d515d60.zip |
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>
Diffstat (limited to 'drivers/staging/i4l')
-rw-r--r-- | drivers/staging/i4l/icn/icn.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 */ /* |