[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1369328981.2075.16.camel@joe-AO722>
Date: Thu, 23 May 2013 10:09:41 -0700
From: Joe Perches <joe@...ches.com>
To: Eric Dumazet <eric.dumazet@...il.com>
Cc: David Miller <davem@...emloft.net>,
netdev <netdev@...r.kernel.org>,
Yuchung Cheng <ycheng@...gle.com>
Subject: Re: [PATCH v2 net-next] tcp: remove one indentation level in
tcp_rcv_state_process()
On Thu, 2013-05-23 at 08:55 -0700, Eric Dumazet wrote:
> Remove one level of indentation 'introduced' in commit
> c3ae62af8e75 (tcp: should drop incoming frames without ACK flag set)
[]
> diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c
[]
> - if (sk->sk_socket)
> - sk_wake_async(sk,
> - SOCK_WAKE_IO, POLL_OUT);
[]
> + if (sk->sk_socket)
> + sk_wake_async(sk,
> + SOCK_WAKE_IO, POLL_OUT);
It'd also be nice to reflow the lines to 80 cols.
sk_wake_async(sk, SOCK_WAKE_IO, POLL_OUT);
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists