]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
net: add an identifier name for 'struct sock *'
authorBo YU <tsu.yubo@gmail.com>
Tue, 30 Oct 2018 03:42:09 +0000 (23:42 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 31 Oct 2018 19:37:12 +0000 (12:37 -0700)
Fix a warning from checkpatch:
function definition argument 'struct sock *' should also have an
identifier name in include/net/af_unix.h.

Signed-off-by: Bo YU <tsu.yubo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/af_unix.h

index e2695c4bf3580323d9df2edd100388cf7db7e256..d53aea859a762f315030e7ffb112e84f8223b294 100644 (file)
@@ -13,7 +13,7 @@ void unix_notinflight(struct user_struct *user, struct file *fp);
 void unix_gc(void);
 void wait_for_unix_gc(void);
 struct sock *unix_get_socket(struct file *filp);
-struct sock *unix_peer_get(struct sock *);
+struct sock *unix_peer_get(struct sock *sk);
 
 #define UNIX_HASH_SIZE 256
 #define UNIX_HASH_BITS 8