summaryrefslogtreecommitdiffstats
path: root/drivers/staging/i4l
diff options
context:
space:
mode:
authorElizabeth Ferdman <gnudevliz@gmail.com>2016-10-06 14:41:18 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-16 10:25:06 +0200
commit8ba392d151c5875bf8e580634cc6837b2a029207 (patch)
treefb39600ecd5d824d2fe6d5adc76c18f00502a606 /drivers/staging/i4l
parent2e41eb96f99a81e1b941812c7cd767c81d7d7d75 (diff)
downloadlinux-8ba392d151c5875bf8e580634cc6837b2a029207.tar.bz2
staging: i4l: move open brace to previous line
Fix checkpatch error "open brace should be on previous line" since only functions should have their opening brace on a new line. Signed-off-by: Elizabeth Ferdman <gnudevliz@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/i4l')
-rw-r--r--drivers/staging/i4l/act2000/module.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/i4l/act2000/module.c b/drivers/staging/i4l/act2000/module.c
index 99c9c0a1c63e..45dee55335c9 100644
--- a/drivers/staging/i4l/act2000/module.c
+++ b/drivers/staging/i4l/act2000/module.c
@@ -19,8 +19,7 @@
#include <linux/slab.h>
#include <linux/init.h>
-static unsigned short act2000_isa_ports[] =
-{
+static unsigned short act2000_isa_ports[] = {
0x0200, 0x0240, 0x0280, 0x02c0, 0x0300, 0x0340, 0x0380,
0xcfe0, 0xcfa0, 0xcf60, 0xcf20, 0xcee0, 0xcea0, 0xce60,
};