mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 13:43:21 -04:00
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:
committed by
Greg Kroah-Hartman
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user