Browse Source

Staging: vt6655: baseband: Remove unnecessary space after a cast

No space is necessary after a cast. This issue was found by checkpatch.

Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Sandhya Bankar 9 years ago
parent
commit
33d877bb42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/vt6655/baseband.c

+ 1 - 1
drivers/staging/vt6655/baseband.c

@@ -1729,7 +1729,7 @@ BBuGetFrameTime(
 	unsigned int uFrameTime;
 	unsigned int uFrameTime;
 	unsigned int uPreamble;
 	unsigned int uPreamble;
 	unsigned int uTmp;
 	unsigned int uTmp;
-	unsigned int uRateIdx = (unsigned int) wRate;
+	unsigned int uRateIdx = (unsigned int)wRate;
 	unsigned int uRate = 0;
 	unsigned int uRate = 0;
 
 
 	if (uRateIdx > RATE_54M)
 	if (uRateIdx > RATE_54M)