]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
sfxge: cleanup: fix index variable type to match upper boundary type
authorarybchik <arybchik@FreeBSD.org>
Tue, 24 Mar 2015 11:33:34 +0000 (11:33 +0000)
committerarybchik <arybchik@FreeBSD.org>
Tue, 24 Mar 2015 11:33:34 +0000 (11:33 +0000)
Sponsored by:   Solarflare Communications, Inc.

sys/dev/sfxge/sfxge_tx.c

index 516370eb6dc5af931e3a93fbea1c2a52c7c9aa23..edb77b6662fa5ffd00049937b527543d9e4a12d6 100644 (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;