diff options
author | Tian Tao <tiantao6@hisilicon.com> | 2020-09-22 21:32:19 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-09-23 17:46:31 -0700 |
commit | ea6754aef2449e2cadfeb28741a199d35da53e28 (patch) | |
tree | 84cf7a2066dd2bfc74d84a31ab5e2863e9e6d4a6 | |
parent | 77972b55fb9d35d4a6b0abca99abffaa4ec6a85b (diff) | |
download | linux-ea6754aef2449e2cadfeb28741a199d35da53e28.tar.gz linux-ea6754aef2449e2cadfeb28741a199d35da53e28.tar.bz2 linux-ea6754aef2449e2cadfeb28741a199d35da53e28.zip |
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 <tiantao6@hisilicon.com>
Acked-by: Ivan Vecera <ivecera@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/switchdev/switchdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/switchdev/switchdev.c b/net/switchdev/switchdev.c index 865f3e037425..23d868545362 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, |