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

Sponsored by:   Solarflare Communications, Inc.
This commit is contained in:
arybchik 2015-03-24 11:33:34 +00:00
parent f3fc284ceb
commit 3e25dd8097

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;