From: Neal Cardwell Date: Mon, 22 Oct 2012 21:41:48 +0000 (+0000) Subject: ipv6: tcp: clean up tcp_v6_early_demux() icsk variable X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~582 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3f121359caa069cefbc48008e94bcd862ca21e2;p=pandora-kernel.git ipv6: tcp: clean up tcp_v6_early_demux() icsk variable 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed