Commit 3b8ccd44 authored by Camelia Groza's avatar Camelia Groza Committed by David S. Miller

inet: fix spacing in assignment

Found using checkpatch.pl
Signed-off-by: default avatarCamelia Groza <camelia.groza@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f2966cd5
......@@ -467,7 +467,7 @@ void inet_unhash(struct sock *sk)
lock = inet_ehash_lockp(hashinfo, sk->sk_hash);
spin_lock_bh(lock);
done =__sk_nulls_del_node_init_rcu(sk);
done = __sk_nulls_del_node_init_rcu(sk);
if (done)
sock_prot_inuse_add(sock_net(sk), sk->sk_prot, -1);
spin_unlock_bh(lock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment