From: Tian Tao Date: Tue, 22 Sep 2020 13:32:19 +0000 (+0800) Subject: net: switchdev: Fixed kerneldoc warning X-Git-Tag: v5.15~2800^2~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea6754aef2449e2cadfeb28741a199d35da53e28;p=platform%2Fkernel%2Flinux-starfive.git net: switchdev: Fixed kerneldoc warning Update kernel-doc line comments to fix warnings reported by make W=1. net/switchdev/switchdev.c:413: warning: Function parameter or member 'extack' not described in 'call_switchdev_notifiers' Signed-off-by: Tian Tao Acked-by: Ivan Vecera Signed-off-by: David S. Miller --- diff --git a/net/switchdev/switchdev.c b/net/switchdev/switchdev.c index 865f3e0..23d8685 100644 --- a/net/switchdev/switchdev.c +++ b/net/switchdev/switchdev.c @@ -404,7 +404,7 @@ EXPORT_SYMBOL_GPL(unregister_switchdev_notifier); * @val: value passed unmodified to notifier function * @dev: port device * @info: notifier information data - * + * @extack: netlink extended ack * Call all network notifier blocks. */ int call_switchdev_notifiers(unsigned long val, struct net_device *dev,