netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] net:ipv6:fixed a trailing white space issue.
@ 2012-05-19 11:45 Jeffrin Jose
  2012-05-19 22:35 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Jeffrin Jose @ 2012-05-19 11:45 UTC (permalink / raw)
  To: davem, kuznet, jmorris, yoshfuji, kaber; +Cc: netdev, linux-kernel, ahiliation

Fixed a trailing white space issue found by
checkpatch.pl tool in net/ipv6/udp.c

Signed-off-by: Jeffrin Jose <ahiliation@yahoo.co.in>
---
 net/ipv6/udp.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c
index c1d91a7..847253c 100644
--- a/net/ipv6/udp.c
+++ b/net/ipv6/udp.c
@@ -103,7 +103,7 @@ int udp_v6_get_port(struct sock *sk, unsigned short snum)
 {
 	unsigned int hash2_nulladdr =
 		udp6_portaddr_hash(sock_net(sk), &in6addr_any, snum);
-	unsigned int hash2_partial = 
+	unsigned int hash2_partial =
 		udp6_portaddr_hash(sock_net(sk), &inet6_sk(sk)->rcv_saddr, 0);
 
 	/* precompute partial secondary hash */
-- 
1.7.10

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

* Re: [PATCH 1/1] net:ipv6:fixed a trailing white space issue.
  2012-05-19 11:45 [PATCH 1/1] net:ipv6:fixed a trailing white space issue Jeffrin Jose
@ 2012-05-19 22:35 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-05-19 22:35 UTC (permalink / raw)
  To: ahiliation; +Cc: kuznet, jmorris, yoshfuji, kaber, netdev, linux-kernel

From: Jeffrin Jose <ahiliation@yahoo.co.in>
Date: Sat, 19 May 2012 17:15:21 +0530

> Fixed a trailing white space issue found by
> checkpatch.pl tool in net/ipv6/udp.c
> 
> Signed-off-by: Jeffrin Jose <ahiliation@yahoo.co.in>

Applied.

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

end of thread, other threads:[~2012-05-19 22:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-19 11:45 [PATCH 1/1] net:ipv6:fixed a trailing white space issue Jeffrin Jose
2012-05-19 22:35 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).