projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07d3bf6
)
Staging: dgnc: fixed brace coding style issue in dgnc_driver.c
author
Vincent Heuken
<
[email protected]
>
Tue, 3 Jun 2014 12:41:33 +0000
(
05:41
-0700)
committer
Greg Kroah-Hartman
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/dgnc/dgnc_driver.c
patch
|
blob
|
history
diff --git
a/drivers/staging/dgnc/dgnc_driver.c
b/drivers/staging/dgnc/dgnc_driver.c
index 5af8300dfb0d984d9be53d393aec41dc03fddf1a..d52a9e84bd9dbf916f50fc7342d0478f770bf39a 100644
(file)
--- 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"));