1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-28 08:02:54 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365150

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))