diff options
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | 2009-10-05 00:53:12 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-07 20:51:23 (GMT) |
commit | 77d2dd93742222973d253443d98ab8402d641038 (patch) | |
tree | 1690399a1eae874db79e31f27721982cfdd1ea24 /arch/ia64 | |
parent | 388d5e9905dd80648fff5ccaefdd8c0fcedb3eae (diff) | |
download | linux-fsl-qoriq-77d2dd93742222973d253443d98ab8402d641038.tar.xz |
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 <gerrit@erg.abdn.ac.uk>
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/ia64')
0 files changed, 0 insertions, 0 deletions