* [PATCH] rt2x00: correct "skb_buff" typo
@ 2007-12-04 22:24 John W. Linville
2007-12-04 22:42 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: John W. Linville @ 2007-12-04 22:24 UTC (permalink / raw)
To: jeff; +Cc: netdev, linux-wireless, John W. Linville
Signed-off-by: John W. Linville <linville@tuxdriver.com>
---
Jeff,
I found this one when pushing the latest round of wireless bits
into rawhide. Wanna just go ahead and apply it to netdev-2.6#upstream?
John
drivers/net/wireless/rt2x00/rt2x00lib.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/wireless/rt2x00/rt2x00lib.h b/drivers/net/wireless/rt2x00/rt2x00lib.h
index 0bf10ff..108488d 100644
--- a/drivers/net/wireless/rt2x00/rt2x00lib.h
+++ b/drivers/net/wireless/rt2x00/rt2x00lib.h
@@ -91,7 +91,7 @@ static inline void rt2x00debug_deregister(struct rt2x00_dev *rt2x00dev)
}
static inline void rt2x00debug_dump_frame(struct rt2x00_dev *rt2x00dev,
- struct skb_buff *skb)
+ struct sk_buff *skb)
{
}
#endif /* CONFIG_RT2X00_LIB_DEBUGFS */
--
1.5.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] rt2x00: correct "skb_buff" typo
2007-12-04 22:24 [PATCH] rt2x00: correct "skb_buff" typo John W. Linville
@ 2007-12-04 22:42 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-12-04 22:42 UTC (permalink / raw)
To: John W. Linville; +Cc: netdev, linux-wireless
John W. Linville wrote:
> Signed-off-by: John W. Linville <linville@tuxdriver.com>
> ---
> Jeff,
>
> I found this one when pushing the latest round of wireless bits
> into rawhide. Wanna just go ahead and apply it to netdev-2.6#upstream?
>
> John
>
> drivers/net/wireless/rt2x00/rt2x00lib.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/wireless/rt2x00/rt2x00lib.h b/drivers/net/wireless/rt2x00/rt2x00lib.h
> index 0bf10ff..108488d 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00lib.h
> +++ b/drivers/net/wireless/rt2x00/rt2x00lib.h
> @@ -91,7 +91,7 @@ static inline void rt2x00debug_deregister(struct rt2x00_dev *rt2x00dev)
> }
>
> static inline void rt2x00debug_dump_frame(struct rt2x00_dev *rt2x00dev,
> - struct skb_buff *skb)
> + struct sk_buff *skb)
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-12-04 22:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-04 22:24 [PATCH] rt2x00: correct "skb_buff" typo John W. Linville
2007-12-04 22:42 ` 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).