Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1650400
| From | Aliza Minkov <minkov.al@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] fix multiple blank lines coding style problem |
| Date | 2017-05-25 13:40 +0200 |
| Message-ID | <tKZhx-7An-43@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
According to the coding-style documentation, functions in source files
should be separated with one blank line. Redundant blank lines were
removed from this source file, in accordance with coding-style
documentation.
Signed-off-by: Aliza Minkov <minkov.al@gmail.com>
---
drivers/staging/dgnc/dgnc_driver.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/dgnc/dgnc_driver.c b/drivers/staging/dgnc/dgnc_driver.c
index 253f38b..c1b6079 100644
--- a/drivers/staging/dgnc/dgnc_driver.c
+++ b/drivers/staging/dgnc/dgnc_driver.c
@@ -96,7 +96,6 @@ static int dgnc_do_remap(struct dgnc_board *brd)
return 0;
}
-
/* A board has been found, initialize it. */
static struct dgnc_board *dgnc_found_board(struct pci_dev *pdev, int id)
{
@@ -287,7 +286,6 @@ static void dgnc_free_irq(struct dgnc_board *brd)
free_irq(brd->irq, brd);
}
-
/*
* As each timer expires, it determines (a) whether the "transmit"
* waiter needs to be woken up, and (b) whether the poller needs to
--
1.9.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] fix multiple blank lines coding style problem Aliza Minkov <minkov.al@gmail.com> - 2017-05-25 13:40 +0200
csiph-web