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