net: cleanup unsigned to unsigned int
[linux-2.6-block.git] / net / ipv6 / datagram.c
index f6210d6fd7d809a7ff45d24e53d4f1254b8c6752..7fba35aea06c6cc11b627f7e8e649ba16df8476d 100644 (file)
@@ -515,7 +515,7 @@ int datagram_recv_ctl(struct sock *sk, struct msghdr *msg, struct sk_buff *skb)
                u8 nexthdr = ipv6_hdr(skb)->nexthdr;
 
                while (off <= opt->lastopt) {
-                       unsigned len;
+                       unsigned int len;
                        u8 *ptr = nh + off;
 
                        switch (nexthdr) {