staging: dgnc: dgnc_driver.c Remove blank lines

Make suggested checkpatch modification for
CHECK: Please don't use multiple blank lines

Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Walt Feasel 2016-11-18 15:18:09 -05:00 committed by Greg Kroah-Hartman
parent b075b4646a
commit 011ec1f7ee
1 changed files with 0 additions and 4 deletions

View File

@ -95,8 +95,6 @@ static const struct board_id dgnc_ids[] = {
{ NULL, 0, 0 }
};
/* Remap PCI memory. */
static int dgnc_do_remap(struct dgnc_board *brd)
@ -626,5 +624,3 @@ static int __init dgnc_init_module(void)
module_init(dgnc_init_module);
module_exit(dgnc_cleanup_module);