rl: clean up empty lines in .c and .h files

This commit is contained in:
Mateusz Guzik 2020-09-01 21:56:03 +00:00
parent cce8703a99
commit 8545078787
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365164

View File

@ -590,7 +590,7 @@ rl_probe(device_t dev)
const struct rl_type *t;
uint16_t devid, revid, vendor;
int i;
vendor = pci_get_vendor(dev);
devid = pci_get_device(dev);
revid = pci_get_revid(dev);
@ -667,7 +667,6 @@ rl_attach(device_t dev)
pci_enable_busmaster(dev);
/*
* Map control/status registers.
* Default to using PIO access for this driver. On SMP systems,
@ -1393,7 +1392,7 @@ rl_twister_update(struct rl_softc *sc)
case DONE:
break;
}
}
static void
@ -1636,7 +1635,6 @@ rl_start_locked(struct ifnet *ifp)
return;
while (RL_CUR_TXMBUF(sc) == NULL) {
IFQ_DRV_DEQUEUE(&ifp->if_snd, m_head);
if (m_head == NULL)