From: Sandhya Bankar Date: Mon, 19 Sep 2016 12:14:43 +0000 (+0530) Subject: Staging: vt6655: baseband: Remove unnecessary space after a cast X-Git-Tag: v4.9-rc1~119^2~292 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=33d877bb42df3db877677039746a71c93322add2;p=karo-tx-linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/baseband.c b/drivers/staging/vt6655/baseband.c index 654d072bdc28..de503a316e71 100644 --- 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)