mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 01:36:52 +09:00
Staging: vt6655: fix a space coding style issue
Fixed a space coding style issue found by checkpatch.pl in rxtx.c. Signed-off-by: Piotr Kubus <p.t.kubus@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
527ef70d1a
commit
bc22b4978d
@@ -205,7 +205,7 @@ s_uGetRTSCTSRsvTime(
|
||||
unsigned short wCurrentRate
|
||||
)
|
||||
{
|
||||
unsigned int uRrvTime , uRTSTime, uCTSTime, uAckTime, uDataTime;
|
||||
unsigned int uRrvTime, uRTSTime, uCTSTime, uAckTime, uDataTime;
|
||||
|
||||
uRrvTime = uRTSTime = uCTSTime = uAckTime = uDataTime = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user