Commit 98589c41 authored by Ben Marsh's avatar Ben Marsh Committed by Greg Kroah-Hartman

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: default avatarBen Marsh <bmarsh94@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 82554c2f
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment