mirror of https://gitee.com/openkylin/linux.git
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:
parent
527ef70d1a
commit
bc22b4978d
|
@ -205,7 +205,7 @@ s_uGetRTSCTSRsvTime(
|
||||||
unsigned short wCurrentRate
|
unsigned short wCurrentRate
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
unsigned int uRrvTime , uRTSTime, uCTSTime, uAckTime, uDataTime;
|
unsigned int uRrvTime, uRTSTime, uCTSTime, uAckTime, uDataTime;
|
||||||
|
|
||||||
uRrvTime = uRTSTime = uCTSTime = uAckTime = uDataTime = 0;
|
uRrvTime = uRTSTime = uCTSTime = uAckTime = uDataTime = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue