From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neal Cardwell Subject: Re: [PATCH net-next] ipv6: tcp: clean up tcp_v6_early_demux() icsk variable Date: Tue, 23 Oct 2012 08:56:54 -0400 Message-ID: References: <1350978108.8609.1542.camel@edumazet-glaptop> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: David Miller , netdev To: Eric Dumazet Return-path: Received: from mail-qc0-f174.google.com ([209.85.216.174]:58183 "EHLO mail-qc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932337Ab2JWM4z (ORCPT ); Tue, 23 Oct 2012 08:56:55 -0400 Received: by mail-qc0-f174.google.com with SMTP id o22so2132112qcr.19 for ; Tue, 23 Oct 2012 05:56:55 -0700 (PDT) In-Reply-To: <1350978108.8609.1542.camel@edumazet-glaptop> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Oct 23, 2012 at 3:41 AM, Eric Dumazet wrote: > From: Neal Cardwell > > Remove an icsk variable, which by convention should refer to an > inet_connection_sock rather than an inet_sock. In the process, make > the tcp_v6_early_demux() code and formatting a bit more like > tcp_v4_early_demux(), to ease comparisons and maintenance. > > Signed-off-by: Neal Cardwell > Signed-off-by: Eric Dumazet > --- > net/ipv6/tcp_ipv6.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Thanks, Eric! neal