sfxge: cleanup: fix index variable type to match upper boundary type
Sponsored by: Solarflare Communications, Inc.
This commit is contained in:
parent
f3fc284ceb
commit
3e25dd8097
@ -667,7 +667,7 @@ void
|
||||
sfxge_if_qflush(struct ifnet *ifp)
|
||||
{
|
||||
struct sfxge_softc *sc;
|
||||
int i;
|
||||
unsigned int i;
|
||||
|
||||
sc = ifp->if_softc;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user