From: Gerrit Renker Date: Mon, 5 Oct 2009 00:53:12 +0000 (+0000) Subject: dccp ccid-2: Remove CCID naming redundancy 1/2 X-Git-Tag: v2.6.33-rc1~388^2~891 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77d2dd93742222973d253443d98ab8402d641038;p=pandora-kernel.git dccp ccid-2: Remove CCID naming redundancy 1/2 This removes a redundancy in the CCID half-connection (hc) naming scheme: * instead of 'hctx->tx_...', write 'hc->tx_...'; * instead of 'hcrx->rx_...', write 'hc->rx_...'; which works because the 'type' of the half-connection is encoded in the 'rx_' / 'tx_' prefixes. Signed-off-by: Gerrit Renker Acked-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed