On 8 February 2017 at 13:51, Stanislaw Gruszka <[email protected]> wrote:
> drivers/net/wireless/ralink/rt2x00/rt2x00.h | 4 ++--
> diff --git a/drivers/net/wireless/ralink/rt2x00/rt2x00.h
> b/drivers/net/wireless/ralink/rt2x00/rt2x00.h
> index ea299c4..26869b3 100644
> --- a/drivers/net/wireless/ralink/rt2x00/rt2x00.h
> +++ b/drivers/net/wireless/ralink/rt2x00/rt2x00.h
> @@ -1400,11 +1400,11 @@ struct queue_entry *rt2x00queue_get_entry(struct
> data_queue *queue,
> */
> #ifdef CONFIG_RT2X00_LIB_DEBUGFS
> void rt2x00debug_dump_frame(struct rt2x00_dev *rt2x00dev,
> - enum rt2x00_dump_type type, struct sk_buff *skb);
> + enum rt2x00_dump_type type, struct queue_entry
> *entry);
> #else
> static inline void rt2x00debug_dump_frame(struct rt2x00_dev *rt2x00dev,
> enum rt2x00_dump_type type,
> - struct sk_buff *skb)
> + struct queue_entry *entry)
> {
> }
> #endif /* CONFIG_RT2X00_LIB_DEBUGFS */
In the comment above that, you forgot to update:
* @skb: The skb containing the frame to be dumped.
Cheers,
jer