summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_driver.c
diff options
context:
space:
mode:
authorVincent Heuken2014-06-03 14:41:33 +0200
committerGreg Kroah-Hartman2014-06-20 02:10:12 +0200
commit07467e509b90c75a7c5962c0857857eae79e5c33 (patch)
treea7807294f98b128f2b591d4cd18aded5fb8eaed9 /drivers/staging/dgnc/dgnc_driver.c
parentstaging: wlags49_h2: avoid PROFILE_ALL_BRANCHES warnings (diff)
downloadkernel-qcow2-linux-07467e509b90c75a7c5962c0857857eae79e5c33.tar.gz
kernel-qcow2-linux-07467e509b90c75a7c5962c0857857eae79e5c33.tar.xz
kernel-qcow2-linux-07467e509b90c75a7c5962c0857857eae79e5c33.zip
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@vincentheuken.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgnc/dgnc_driver.c')
-rw-r--r--drivers/staging/dgnc/dgnc_driver.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/dgnc/dgnc_driver.c b/drivers/staging/dgnc/dgnc_driver.c
index 5af8300dfb0d..d52a9e84bd9d 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"));