* WE-17 typo fix
@ 2004-09-28 18:46 Jean Tourrilhes
2004-10-01 3:12 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Jean Tourrilhes @ 2004-09-28 18:46 UTC (permalink / raw)
To: Jeff Garzik, netdev
Hi Jeff,
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 ;-)
Have fun...
Jean
------------------------------------------------------------------
diff -u -p linux/net/core/wireless.we17.c linux/net/core/wireless.c
--- linux/net/core/wireless.we17.c Tue Sep 28 11:34:04 2004
+++ linux/net/core/wireless.c Tue Sep 28 11:34:33 2004
@@ -867,7 +867,7 @@ static inline int ioctl_private_call(str
return -EFAULT;
/* 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))
return -E2BIG;
} else {
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: WE-17 typo fix
2004-09-28 18:46 WE-17 typo fix Jean Tourrilhes
@ 2004-10-01 3:12 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2004-10-01 3:12 UTC (permalink / raw)
To: jt; +Cc: netdev
Jean Tourrilhes wrote:
> Hi Jeff,
>
> 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 ;-)
Applied, but, please try to stick more closely to the standard patch
format, including the signed-off-by header.
http://linux.yyz.us/patch-format.html
Jeff
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-10-01 3:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-28 18:46 WE-17 typo fix Jean Tourrilhes
2004-10-01 3:12 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).