mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 13:29:17 -04:00
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:
committed by
Greg Kroah-Hartman
parent
b075b4646a
commit
011ec1f7ee
@@ -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);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user