projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58d4474
)
Staging: vt6655: baseband: Remove unnecessary space after a cast
author
Sandhya Bankar
<
[email protected]
>
Mon, 19 Sep 2016 12:14:43 +0000
(17:44 +0530)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 20 Sep 2016 11:59:46 +0000
(13:59 +0200)
No space is necessary after a cast. This issue was found by checkpatch.
Signed-off-by: Sandhya Bankar <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/vt6655/baseband.c
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6655/baseband.c
b/drivers/staging/vt6655/baseband.c
index 654d072bdc284346b6428eedf85bb035d03f40ca..de503a316e713019a99fbc36b55b2c9113341e32 100644
(file)
--- a/
drivers/staging/vt6655/baseband.c
+++ b/
drivers/staging/vt6655/baseband.c
@@
-1729,7
+1729,7
@@
BBuGetFrameTime(
unsigned int uFrameTime;
unsigned int uPreamble;
unsigned int uTmp;
- unsigned int uRateIdx = (unsigned int)
wRate;
+ unsigned int uRateIdx = (unsigned int)wRate;
unsigned int uRate = 0;
if (uRateIdx > RATE_54M)