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:
Vincent Heuken 2014-06-03 05:41:33 -07:00 committed by Greg Kroah-Hartman
parent 07d3bf6b5e
commit 07467e509b
1 changed files with 2 additions and 1 deletions

View File

@ -710,7 +710,8 @@ static int dgnc_found_board(struct pci_dev *pdev, int id)
}
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"));