net: cleanup unsigned to unsigned int
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / ieee802154 / 6lowpan.c
index 36851588536861bb5fe67f61c69829807e599fb4..58c8895716fffc7aef4f38c516fea27161ae8510 100644 (file)
@@ -371,7 +371,7 @@ err:
 static int lowpan_header_create(struct sk_buff *skb,
                           struct net_device *dev,
                           unsigned short type, const void *_daddr,
-                          const void *_saddr, unsigned len)
+                          const void *_saddr, unsigned int len)
 {
        u8 tmp, iphc0, iphc1, *hc06_ptr;
        struct ipv6hdr *hdr;