projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7417a5
)
Staging: i4l: icn: Fixed open brace should be on previous line error
author
Harman Kalra
<harman4linux@gmail.com>
Sun, 9 Oct 2016 15:35:02 +0000
(21:05 +0530)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/i4l/icn/icn.c
b/drivers/staging/i4l/icn/icn.c
index 514bfc2c5b53b84bda9177619736c57d6a388654..3750ba38adc50e4cff68dffb8413942d4adbd5be 100644
(file)
--- 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 */
/*