net: cleanup unsigned to unsigned int
[linux-2.6-block.git] / net / ieee802154 / raw.c
index f96bae8fd330213aec8d58b35531e72486e77a54..50e823927d4983f5e0f42312d1c5842cdc67112d 100644 (file)
@@ -106,7 +106,7 @@ static int raw_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
                       size_t size)
 {
        struct net_device *dev;
-       unsigned mtu;
+       unsigned int mtu;
        struct sk_buff *skb;
        int hlen, tlen;
        int err;