]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: vt6656: rxtx.c Camel case and clean up s_uGetRTSCTSRsvTime
authorMalcolm Priestley <tvboxspy@gmail.com>
Wed, 8 Jan 2014 20:13:29 +0000 (20:13 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jan 2014 18:44:39 +0000 (10:44 -0800)
commit342e2e20827d03cbc90341b63c0724b015a15e9b
tree0f36b43764c13d1aea980d526a9383aab820cbc5
parent3fd5620f96974e0e946ba9b35ea6b0ee56354cd3
staging: vt6656: rxtx.c Camel case and clean up s_uGetRTSCTSRsvTime

White space clean

Remove unneeded comments.

Camel case changes

pDevice,
byRTSRsvType
byPktType
cbFrameLength
wCurrentRate

uRrvTime
uRTSTime
uCTSTime
uAckTime
uDataTime

} -> {

priv,
rsv_type
pkt_type
frame_lenght
current_rate

rrv_time
rts_time
cts_time
ack_time
data_time

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/rxtx.c