net: cleanup unsigned to unsigned int
[linux-2.6-block.git] / net / ipv6 / ip6_tunnel.c
index aa21da6a09cd66bc2cad80cb227d8514e5466658..e25b0fdd935cad619dd7a12f1e212b63971d6fe5 100644 (file)
@@ -198,7 +198,7 @@ ip6_tnl_bucket(struct ip6_tnl_net *ip6n, const struct ip6_tnl_parm *p)
 {
        const struct in6_addr *remote = &p->raddr;
        const struct in6_addr *local = &p->laddr;
-       unsigned h = 0;
+       unsigned int h = 0;
        int prio = 0;
 
        if (!ipv6_addr_any(remote) || !ipv6_addr_any(local)) {