mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-28 04:17:47 +00:00
Staging: slicoss: removes unnecessary blank lines in slicoss.c
This is a patch to slicoss.c to remove unnecessary blank lines as found by checkpatch.pl Signed-off-by: Ben Marsh <bmarsh94@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
82554c2ffb
commit
98589c419d
@ -784,7 +784,6 @@ static bool slic_mac_filter(struct adapter *adapter,
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
}
|
||||
|
||||
static int slic_mac_set_address(struct net_device *dev, void *ptr)
|
||||
@ -1756,7 +1755,6 @@ static void slic_init_cleanup(struct adapter *adapter)
|
||||
if (adapter->intrregistered) {
|
||||
adapter->intrregistered = 0;
|
||||
free_irq(adapter->netdev->irq, adapter->netdev);
|
||||
|
||||
}
|
||||
if (adapter->pshmem) {
|
||||
pci_free_consistent(adapter->pcidev,
|
||||
|
Loading…
Reference in New Issue
Block a user