From: Elizabeth Ferdman Date: Thu, 6 Oct 2016 21:41:18 +0000 (-0700) Subject: staging: i4l: move open brace to previous line X-Git-Tag: v4.10-rc1~148^2~706 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8ba392d151c5875bf8e580634cc6837b2a029207;p=karo-tx-linux.git 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 Signed-off-by: Greg Kroah-Hartman --- 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 #include -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, };