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:
bdb2a2f
)
Staging: i4l: icn: Fixed open brace should be on previous line error
author
Harman Kalra
<harman4linux@gmail.com>
Sun, 9 Oct 2016 15:35:04 +0000
(21:05 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:26:00 +0000
(10:26 +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.h
patch
|
blob
|
history
diff --git
a/drivers/staging/i4l/icn/icn.h
b/drivers/staging/i4l/icn/icn.h
index e273c2795f3cc114b39db8229f06a5ed344b4268..07e2e0196527829160be63f4377de529bcb3b309 100644
(file)
--- a/
drivers/staging/i4l/icn/icn.h
+++ b/
drivers/staging/i4l/icn/icn.h
@@
-186,8
+186,7
@@
typedef icn_dev *icn_devptr;
#ifdef __KERNEL__
static icn_card *cards = (icn_card *) 0;
-static u_char chan2bank[] =
-{0, 4, 8, 12}; /* for icn_map_channel() */
+static u_char chan2bank[] = {0, 4, 8, 12}; /* for icn_map_channel() */
static icn_dev dev;