[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1475859476-3524-2-git-send-email-harman4linux@gmail.com>
Date: Fri, 7 Oct 2016 22:27:55 +0530
From: Harman Kalra <harman4linux@...il.com>
To: gregkh@...uxfoundation.org, sudipm.mukherjee@...il.co
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Harman Kalra <harman4linux@...il.com>
Subject: [PATCH 2/3] Staging: i4l: Error "open brace { should be on the previous line" fixed.
Errors "open brace { should be on the previous line" caught by checkpatch.pl fixed.
Signed-off-by: Harman Kalra <harman4linux@...il.com>
---
drivers/staging/i4l/icn/icn.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/i4l/icn/icn.h b/drivers/staging/i4l/icn/icn.h
index aa4c593..8d0182c 100644
--- a/drivers/staging/i4l/icn/icn.h
+++ b/drivers/staging/i4l/icn/icn.h
@@ -187,8 +187,7 @@
#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;
--
1.7.9.5
Powered by blists - more mailing lists