]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
rt2x00: correct "skb_buff" typo
authorJohn W. Linville <linville@tuxdriver.com>
Tue, 4 Dec 2007 22:24:35 +0000 (17:24 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:05:54 +0000 (15:05 -0800)
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/wireless/rt2x00/rt2x00lib.h

index 0bf10ffec70a832deff4fd7fa03ba2788ace51ec..108488ddbbb9f9e461760104a4215e2777a5077b 100644 (file)
@@ -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 */