]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
dgnc: fix multiple blank lines coding style problem
authorAliza Minkov <minkov.al@gmail.com>
Thu, 25 May 2017 13:46:45 +0000 (16:46 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 May 2017 16:56:45 +0000 (18:56 +0200)
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_driver.c

index 253f38b25a540db1915822248fdc9fc7adfd93cf..c1b6079384e9fa2d658a6589137774f3eb675ad4 100644 (file)
@@ -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