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 <leo.kim@atmel.com> Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0953a2e33b
commit
f05ab24945
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue