Commit 011ec1f7 authored by Walt Feasel's avatar Walt Feasel Committed by Greg Kroah-Hartman

staging: dgnc: dgnc_driver.c Remove blank lines

Make suggested checkpatch modification for
CHECK: Please don't use multiple blank lines
Signed-off-by: default avatarWalt Feasel <waltfeasel@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b075b464
......@@ -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);
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