netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch]tcp:fix the code indent
@ 2009-05-05 11:01 Shan Wei
  2009-05-05 19:30 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Shan Wei @ 2009-05-05 11:01 UTC (permalink / raw)
  To: David Miller; +Cc: Shan Wei, netdev@vger.kernel.org


Signed-off-by: Shan Wei<shanwei@cn.fujitsu.com>
---
 net/ipv4/tcp_ipv4.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index 5d427f8..ecab85f 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -1593,7 +1593,7 @@ process:
 #endif
 		{
 			if (!tcp_prequeue(sk, skb))
-			ret = tcp_v4_do_rcv(sk, skb);
+				ret = tcp_v4_do_rcv(sk, skb);
 		}
 	} else
 		sk_add_backlog(sk, skb);
-- 
1.5.3.4


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

* Re: [patch]tcp:fix the code indent
  2009-05-05 11:01 [patch]tcp:fix the code indent Shan Wei
@ 2009-05-05 19:30 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-05-05 19:30 UTC (permalink / raw)
  To: shanwei; +Cc: netdev

From: Shan Wei <shanwei@cn.fujitsu.com>
Date: Tue, 05 May 2009 19:01:29 +0800

> 
> Signed-off-by: Shan Wei<shanwei@cn.fujitsu.com>

Applied to net-next-2.6

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

end of thread, other threads:[~2009-05-05 19:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-05 11:01 [patch]tcp:fix the code indent Shan Wei
2009-05-05 19:30 ` 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).