From: Leo Kim Date: Wed, 27 Jan 2016 02:50:26 +0000 (+0900) Subject: staging: wilc1000: fixes no space is necessary after a cast X-Git-Tag: v4.6~331^2~1344 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f05ab24945fcf66089a3c8276239ba50c121d7ab;p=platform%2Fkernel%2Flinux-amlogic.git staging: wilc1000: fixes no space is necessary after a cast This patch fixes the check reported by checkpatch.pl for 'no space is necessary after a cast'. Signed-off-by: Leo Kim Signed-off-by: Glen Lee Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/wilc1000/linux_wlan.c index 505b123..6b0800b 100644 --- a/drivers/staging/wilc1000/linux_wlan.c +++ b/drivers/staging/wilc1000/linux_wlan.c @@ -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;