Commit 4958c29f authored by Jean Tourrilhes's avatar Jean Tourrilhes Committed by Linus Torvalds

[PATCH] WE-17 typo fix

	Felix R. found a typo in the WE-17 patch I sent you and is
pending in your tree (more correctly, an overzealous
search&replace). The patch below fix this mistake.
	I would appreciate you adding this patch to your tree ;-)
parent edd29605
...@@ -862,7 +862,7 @@ static inline int ioctl_private_call(struct net_device * dev, ...@@ -862,7 +862,7 @@ static inline int ioctl_private_call(struct net_device * dev,
return -EFAULT; return -EFAULT;
/* Does it fits within bounds ? */ /* Does it fits within bounds ? */
if(iwr->u.data.length > (descr->get_args & if(iwr->u.data.length > (descr->set_args &
IW_PRIV_SIZE_MASK)) IW_PRIV_SIZE_MASK))
return -E2BIG; return -E2BIG;
} else { } else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment