diff options
Diffstat (limited to 'net/unix/diag.c')
-rw-r--r-- | net/unix/diag.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unix/diag.c b/net/unix/diag.c index c512f64d5287..4d9679701a6d 100644 --- a/net/unix/diag.c +++ b/net/unix/diag.c | |||
@@ -220,7 +220,7 @@ done: | |||
220 | return skb->len; | 220 | return skb->len; |
221 | } | 221 | } |
222 | 222 | ||
223 | static struct sock *unix_lookup_by_ino(int ino) | 223 | static struct sock *unix_lookup_by_ino(unsigned int ino) |
224 | { | 224 | { |
225 | int i; | 225 | int i; |
226 | struct sock *sk; | 226 | struct sock *sk; |