staging: wilc1000: fixes no space is necessary after a cast
authorLeo Kim <leo.kim@atmel.com>
Wed, 27 Jan 2016 02:50:26 +0000 (11:50 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 23:28:21 +0000 (15:28 -0800)
This patch fixes the check reported by checkpatch.pl
for 'no space is necessary after a cast'.

Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan.c

index 505b123..6b0800b 100644 (file)
@@ -1267,7 +1267,7 @@ static int mac_ioctl(struct net_device *ndev, struct ifreq *req, int cmd)
        switch (cmd) {
        case SIOCSIWPRIV:
        {
-               struct iwreq *wrq = (struct iwreq *) req;
+               struct iwreq *wrq = (struct iwreq *)req;
 
                size = wrq->u.data.length;