net: cleanup unsigned to unsigned int
[linux-block.git] / net / core / neighbour.c
index 2d3e6fcdc9c9a4637e99cd9d42dc66a432781a80..434eed8c618574f127d7dd977c820049f4d01f55 100644 (file)
@@ -890,7 +890,7 @@ static void neigh_timer_handler(unsigned long arg)
 {
        unsigned long now, next;
        struct neighbour *neigh = (struct neighbour *)arg;
-       unsigned state;
+       unsigned int state;
        int notify = 0;
 
        write_lock(&neigh->lock);