diff options
author | Patrick McHardy <kaber@trash.net> | 2008-07-08 03:24:44 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-08 03:24:44 -0700 |
commit | 9bb8582efb555521c7eec595ebd34e835ddc34b8 (patch) | |
tree | 8eb6aae062bbd359e820a35d51fb16a32e7b828f /REPORTING-BUGS | |
parent | df6b6a0cf62afeacdeb4c1a35b8fba21fda54399 (diff) | |
download | linux-stable-9bb8582efb555521c7eec595ebd34e835ddc34b8.tar.gz linux-stable-9bb8582efb555521c7eec595ebd34e835ddc34b8.tar.bz2 linux-stable-9bb8582efb555521c7eec595ebd34e835ddc34b8.zip |
vlan: TCI related type and naming cleanups
The VLAN code contains multiple spots that use tag, id and tci as
identifiers for arguments and variables incorrectly and they actually
contain or are expected to contain something different. Additionally
types are used inconsistently (unsigned short vs u16) and identifiers
are sometimes capitalized.
- consistently use u16 for storing TCI, ID or QoS values
- consistently use vlan_id and vlan_tci for storing the respective values
- remove capitalization
- add kdoc comment to netif_hwaccel_{rx,receive_skb}
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions