]> Pileus Git - ~andy/linux/blobdiff - net/key/af_key.c
net: cleanup unsigned to unsigned int
[~andy/linux] / net / key / af_key.c
index 7e5d927b576f79b8163b765ff5dcb6f6e0c4be43..34e418508a675d1f3427fa09f73ef43f2c9adae7 100644 (file)
@@ -1714,7 +1714,7 @@ static int key_notify_sa_flush(const struct km_event *c)
 static int pfkey_flush(struct sock *sk, struct sk_buff *skb, const struct sadb_msg *hdr, void * const *ext_hdrs)
 {
        struct net *net = sock_net(sk);
-       unsigned proto;
+       unsigned int proto;
        struct km_event c;
        struct xfrm_audit audit_info;
        int err, err2;
@@ -3547,7 +3547,7 @@ static int pfkey_sendmsg(struct kiocb *kiocb,
                goto out;
 
        err = -EMSGSIZE;
-       if ((unsigned)len > sk->sk_sndbuf - 32)
+       if ((unsigned int)len > sk->sk_sndbuf - 32)
                goto out;
 
        err = -ENOBUFS;