All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] inet: fix spacing in assignment
@ 2013-07-11  6:55 Camelia Groza
  2013-07-11 19:03 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Camelia Groza @ 2013-07-11  6:55 UTC (permalink / raw)
  To: davem
  Cc: kuznet, jmorris, yoshfuji, kaber, netdev, linux-kernel, Camelia Groza

Found using checkpatch.pl

Signed-off-by: Camelia Groza <camelia.groza@gmail.com>
---
 net/ipv4/inet_hashtables.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/ipv4/inet_hashtables.c b/net/ipv4/inet_hashtables.c
index 6af375a..7bd8983 100644
--- a/net/ipv4/inet_hashtables.c
+++ b/net/ipv4/inet_hashtables.c
@@ -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);
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] inet: fix spacing in assignment
  2013-07-11  6:55 [PATCH] inet: fix spacing in assignment Camelia Groza
@ 2013-07-11 19:03 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-07-11 19:03 UTC (permalink / raw)
  To: camelia.groza; +Cc: kuznet, jmorris, yoshfuji, kaber, netdev, linux-kernel

From: Camelia Groza <camelia.groza@gmail.com>
Date: Thu, 11 Jul 2013 09:55:51 +0300

> Found using checkpatch.pl
> 
> Signed-off-by: Camelia Groza <camelia.groza@gmail.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-11 19:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-11  6:55 [PATCH] inet: fix spacing in assignment Camelia Groza
2013-07-11 19:03 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.