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

This commit is contained in:
Mateusz Guzik 2020-09-01 21:52:20 +00:00
parent 99cce2a3a9
commit c408cf7411

View File

@ -407,7 +407,6 @@ stge_read_eeprom(struct stge_softc *sc, int offset, uint16_t *data)
*data = CSR_READ_2(sc, STGE_EepromData);
}
static int
stge_probe(device_t dev)
{
@ -1815,7 +1814,6 @@ stge_poll(struct ifnet *ifp, enum poll_cmd cmd, int count)
}
}
}
}
if (!IFQ_DRV_IS_EMPTY(&ifp->if_snd))