]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Staging: dgnc: fixed brace coding style issue in dgnc_driver.c
authorVincent Heuken <me@vincentheuken.com>
Tue, 3 Jun 2014 12:41:33 +0000 (05:41 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jun 2014 00:10:12 +0000 (17:10 -0700)
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>
drivers/staging/dgnc/dgnc_driver.c

index 5af8300dfb0d984d9be53d393aec41dc03fddf1a..d52a9e84bd9dbf916f50fc7342d0478f770bf39a 100644 (file)
@@ -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"));