rl: clean up empty lines in .c and .h files
This commit is contained in:
parent
cce8703a99
commit
8545078787
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user