net: cleanup unsigned to unsigned int
[linux-2.6-block.git] / include / net / llc_c_ev.h
index 23a409381fa92561b7bba7c76825a8a0e248a925..6ca3113df39eed10eb2032a11c6b4a7c43abe003 100644 (file)
@@ -264,6 +264,6 @@ extern int llc_conn_ev_qlfy_set_status_rst_done(struct sock *sk,
 static __inline__ int llc_conn_space(struct sock *sk, struct sk_buff *skb)
 {
        return atomic_read(&sk->sk_rmem_alloc) + skb->truesize <
-              (unsigned)sk->sk_rcvbuf;
+              (unsigned int)sk->sk_rcvbuf;
 }
 #endif /* LLC_C_EV_H */