Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dgnc: fix multiple blank lines coding style problem

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>

authored by

Aliza Minkov and committed by
Greg Kroah-Hartman
13253d80 7959c331

-2
-2
drivers/staging/dgnc/dgnc_driver.c
··· 96 96 return 0; 97 97 } 98 98 99 - 100 99 /* A board has been found, initialize it. */ 101 100 static struct dgnc_board *dgnc_found_board(struct pci_dev *pdev, int id) 102 101 { ··· 285 286 if (brd->irq) 286 287 free_irq(brd->irq, brd); 287 288 } 288 - 289 289 290 290 /* 291 291 * As each timer expires, it determines (a) whether the "transmit"