Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b1ea591 authored by John W. Linville's avatar John W. Linville Committed by David S. Miller
Browse files

rt2x00: correct "skb_buff" typo

parent 8da5bb7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */