sfxge: cleanup: fix index variable type to match upper boundary type

Sponsored by:   Solarflare Communications, Inc.
This commit is contained in:
Andrew Rybchenko 2015-03-24 11:33:34 +00:00
parent 919c8da4c5
commit cb552e880d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280433

View File

@ -667,7 +667,7 @@ void
sfxge_if_qflush(struct ifnet *ifp)
{
struct sfxge_softc *sc;
int i;
unsigned int i;
sc = ifp->if_softc;