remove trailing tab and fix typo

This commit is contained in:
purplerain 2024-02-19 01:17:02 +00:00
parent 2b1f2f8516
commit 1e1b0c7971
Signed by: purplerain
GPG Key ID: F42C07F07E2E35B7

View File

@ -2258,7 +2258,7 @@ ixl_configure_rss(struct ixl_softc *sc)
if (error != 0)
return (error);
/* nothing to clena up :( */
/* nothing to clean up :( */
return (0);
}
@ -3284,7 +3284,7 @@ ixl_rxeof(struct ixl_softc *sc, struct ixl_rx_ring *rxr)
bus_dmamap_sync(sc->sc_dmat, map, 0, map->dm_mapsize,
BUS_DMASYNC_POSTREAD);
bus_dmamap_unload(sc->sc_dmat, map);
m = rxm->rxm_m;
rxm->rxm_m = NULL;