From 1e1b0c7971a7a170706699bd2e3521e748bea21a Mon Sep 17 00:00:00 2001 From: purplerain Date: Mon, 19 Feb 2024 01:17:02 +0000 Subject: [PATCH] remove trailing tab and fix typo --- sys/dev/pci/if_ixl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/pci/if_ixl.c b/sys/dev/pci/if_ixl.c index 3667c6bff..d8d714dcf 100644 --- a/sys/dev/pci/if_ixl.c +++ b/sys/dev/pci/if_ixl.c @@ -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;