net: cleanup unsigned to unsigned int
[linux-2.6-block.git] / net / bridge / br_multicast.c
index 27ca25ed70216979790ffd6c555baaf88bf4e7a4..020e463f2225d7a5e6ec5ff5f85127b68dd295e8 100644 (file)
@@ -512,8 +512,8 @@ static struct net_bridge_mdb_entry *br_multicast_get_group(
        struct net_bridge_mdb_htable *mdb;
        struct net_bridge_mdb_entry *mp;
        struct hlist_node *p;
-       unsigned count = 0;
-       unsigned max;
+       unsigned int count = 0;
+       unsigned int max;
        int elasticity;
        int err;
 
@@ -1281,8 +1281,8 @@ static int br_multicast_ipv4_rcv(struct net_bridge *br,
        struct sk_buff *skb2 = skb;
        const struct iphdr *iph;
        struct igmphdr *ih;
-       unsigned len;
-       unsigned offset;
+       unsigned int len;
+       unsigned int offset;
        int err;
 
        /* We treat OOM as packet loss for now. */
@@ -1382,7 +1382,7 @@ static int br_multicast_ipv6_rcv(struct net_bridge *br,
        u8 icmp6_type;
        u8 nexthdr;
        __be16 frag_off;
-       unsigned len;
+       unsigned int len;
        int offset;
        int err;