Commit e4c3f3ab authored by Keerthi Reddy's avatar Keerthi Reddy Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: No space is necessary after a cast



A space after type casting is not needed. All the other typecasts
in this file don't put space after typecast. so remove space
after typecast at this line.

checked with checkpatch.pl script

Signed-off-by: default avatarKeerthi Reddy <keerthigd4990@gmail.com>
Acked-by: default avatarJulia Lawall <julia.lawall@lip6.fr>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b6e2b3e1
Loading
Loading
Loading
Loading
+1 −1

File changed.

Contains only whitespace changes.