mirror of https://gitee.com/openkylin/linux.git
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:
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);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue