]> Pileus Git - ~andy/linux/blobdiff - net/ipv4/inet_timewait_sock.c
net: cleanup unsigned to unsigned int
[~andy/linux] / net / ipv4 / inet_timewait_sock.c
index 89168c6351ff695b95fda442f94d6805acda5a84..543ef622545850731a15af964f7ddf02e4c57ed1 100644 (file)
@@ -263,7 +263,7 @@ rescan:
 void inet_twdr_hangman(unsigned long data)
 {
        struct inet_timewait_death_row *twdr;
-       int unsigned need_timer;
+       unsigned int need_timer;
 
        twdr = (struct inet_timewait_death_row *)data;
        spin_lock(&twdr->death_lock);