aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/sock.h')
-rw-r--r--include/net/sock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sock.h b/include/net/sock.h
index 0a638948868d..00cd486d362f 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -891,7 +891,7 @@ static inline void sk_wmem_free_skb(struct sock *sk, struct sk_buff *skb)
891 */ 891 */
892#define sock_lock_init_class_and_name(sk, sname, skey, name, key) \ 892#define sock_lock_init_class_and_name(sk, sname, skey, name, key) \
893do { \ 893do { \
894 sk->sk_lock.owned = 0; \ 894 sk->sk_lock.owned = 0; \
895 init_waitqueue_head(&sk->sk_lock.wq); \ 895 init_waitqueue_head(&sk->sk_lock.wq); \
896 spin_lock_init(&(sk)->sk_lock.slock); \ 896 spin_lock_init(&(sk)->sk_lock.slock); \
897 debug_check_no_locks_freed((void *)&(sk)->sk_lock, \ 897 debug_check_no_locks_freed((void *)&(sk)->sk_lock, \