diff options
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | 2009-10-05 00:53:12 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-07 13:51:23 -0700 |
commit | 77d2dd93742222973d253443d98ab8402d641038 (patch) | |
tree | 1690399a1eae874db79e31f27721982cfdd1ea24 /init | |
parent | 388d5e9905dd80648fff5ccaefdd8c0fcedb3eae (diff) | |
download | linux-77d2dd93742222973d253443d98ab8402d641038.tar.gz linux-77d2dd93742222973d253443d98ab8402d641038.tar.bz2 linux-77d2dd93742222973d253443d98ab8402d641038.zip |
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 'init')
0 files changed, 0 insertions, 0 deletions