提交 5e5a1138 编写于 作者: H Harman Kalra 提交者: Greg Kroah-Hartman

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: NHarman Kalra <harman4linux@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 bdb2a2ff
...@@ -186,8 +186,7 @@ typedef icn_dev *icn_devptr; ...@@ -186,8 +186,7 @@ typedef icn_dev *icn_devptr;
#ifdef __KERNEL__ #ifdef __KERNEL__
static icn_card *cards = (icn_card *) 0; static icn_card *cards = (icn_card *) 0;
static u_char chan2bank[] = static u_char chan2bank[] = {0, 4, 8, 12}; /* for icn_map_channel() */
{0, 4, 8, 12}; /* for icn_map_channel() */
static icn_dev dev; static icn_dev dev;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册