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>
This commit is contained in:
parent
07d3bf6b5e
commit
07467e509b
@ -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"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user