Commit 07467e50 authored by Vincent Heuken's avatar Vincent Heuken Committed by Greg Kroah-Hartman

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: default avatarVincent Heuken <me@vincentheuken.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 07d3bf6b
......@@ -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"));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment