From: Stanislaw Gruszka Date: Wed, 15 Feb 2017 09:25:13 +0000 (+0100) Subject: rt2x00: fix rt2x00debug_dump_frame comment X-Git-Tag: v4.12-rc1~108^2~193^2~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd35cc0896faff5ed9d22eac9ea4a1920e2eec0c;p=thirdparty%2Fkernel%2Fstable.git rt2x00: fix rt2x00debug_dump_frame comment Reported-by: Jeroen Roovers Signed-off-by: Stanislaw Gruszka Signed-off-by: Kalle Valo --- diff --git a/drivers/net/wireless/ralink/rt2x00/rt2x00.h b/drivers/net/wireless/ralink/rt2x00/rt2x00.h index 91ba10fdf7324..ce340bfd71a07 100644 --- a/drivers/net/wireless/ralink/rt2x00/rt2x00.h +++ b/drivers/net/wireless/ralink/rt2x00/rt2x00.h @@ -1396,7 +1396,7 @@ void rt2x00queue_flush_queues(struct rt2x00_dev *rt2x00dev, bool drop); * rt2x00debug_dump_frame - Dump a frame to userspace through debugfs. * @rt2x00dev: Pointer to &struct rt2x00_dev. * @type: The type of frame that is being dumped. - * @skb: The skb containing the frame to be dumped. + * @entry: The queue entry containing the frame to be dumped. */ #ifdef CONFIG_RT2X00_LIB_DEBUGFS void rt2x00debug_dump_frame(struct rt2x00_dev *rt2x00dev,