Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13253d80 authored by Aliza Minkov's avatar Aliza Minkov Committed by Greg Kroah-Hartman
Browse files

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: default avatarAliza Minkov <minkov.al@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7959c331
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -96,7 +96,6 @@ static int dgnc_do_remap(struct dgnc_board *brd)
	return 0;
	return 0;
}
}



/* A board has been found, initialize  it. */
/* A board has been found, initialize  it. */
static struct dgnc_board *dgnc_found_board(struct pci_dev *pdev, int id)
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);
		free_irq(brd->irq, brd);
}
}



 /*
 /*
  * As each timer expires, it determines (a) whether the "transmit"
  * As each timer expires, it determines (a) whether the "transmit"
  * waiter needs to be woken up, and (b) whether the poller needs to
  * waiter needs to be woken up, and (b) whether the poller needs to