Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1525694

[PATCH v2 2/3] staging: dgnc: dgnc_driver.c Remove blank lines

From Walt Feasel <waltfeasel@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v2 2/3] staging: dgnc: dgnc_driver.c Remove blank lines
Date 2016-11-18 21:20 +0100
Message-ID <sEXND-3s3-1@gated-at.bofh.it> (permalink)
References <sEXND-3s3-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
---
v2 makes changes to correct for email format patch submission

 drivers/staging/dgnc/dgnc_driver.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/staging/dgnc/dgnc_driver.c b/drivers/staging/dgnc/dgnc_driver.c
index d232dd2..e80d2345 100644
--- a/drivers/staging/dgnc/dgnc_driver.c
+++ b/drivers/staging/dgnc/dgnc_driver.c
@@ -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);
-
-
-- 
2.1.4

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH v2 2/3] staging: dgnc: dgnc_driver.c Remove blank lines Walt Feasel <waltfeasel@gmail.com> - 2016-11-18 21:20 +0100

csiph-web