[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1401799293-24835-1-git-send-email-me@vincentheuken.com>
Date: Tue, 3 Jun 2014 05:41:33 -0700
From: Vincent Heuken <me@...centheuken.com>
To: lidza.louina@...il.com, markh@...pro.net,
gregkh@...uxfoundation.org
Cc: driverdev-devel@...uxdriverproject.org,
linux-kernel@...r.kernel.org, Vincent Heuken <me@...centheuken.com>
Subject: [PATCH] Staging: dgnc: fixed brace coding style issue in dgnc_driver.c
This is a patch to the dgnc_driver.c file that fixes the following
error:
ERROR: open brace '{' following function declarations go on
the next line
Signed-off-by: Vincent Heuken <me@...centheuken.com>
---
drivers/staging/dgnc/dgnc_driver.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/dgnc/dgnc_driver.c b/drivers/staging/dgnc/dgnc_driver.c
index 5af8300..d52a9e8 100644
--- a/drivers/staging/dgnc/dgnc_driver.c
+++ b/drivers/staging/dgnc/dgnc_driver.c
@@ -710,7 +710,8 @@ failed:
}
-static int dgnc_finalize_board_init(struct dgnc_board *brd) {
+static int dgnc_finalize_board_init(struct dgnc_board *brd)
+{
int rc = 0;
DPR_INIT(("dgnc_finalize_board_init() - start\n"));
--
2.0.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists