diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2018-01-22 19:14:27 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-01-23 11:06:50 -0500 |
commit | 5de30d5df95cfda14dfdbd6f8ed5021ab13be79b (patch) | |
tree | ff182bbe52299f379f5d48114b50b0527ad955e9 /net/core | |
parent | 4bb7df7d69399c86526e1b97a4c1bb95cc0d7f41 (diff) | |
download | op-kernel-dev-5de30d5df95cfda14dfdbd6f8ed5021ab13be79b.zip op-kernel-dev-5de30d5df95cfda14dfdbd6f8ed5021ab13be79b.tar.gz |
net: core: Fix kernel-doc for call_netdevice_notifiers_info()
Remove the @dev comment, since we do not have a net_device argument, fixes the
following kernel doc warning: /net/core/dev.c:1707: warning: Excess function
parameter 'dev' description in 'call_netdevice_notifiers_info'
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
-rw-r--r-- | net/core/dev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index 94435cd..7af0ef4 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -1694,7 +1694,6 @@ EXPORT_SYMBOL(unregister_netdevice_notifier); /** * call_netdevice_notifiers_info - call all network notifier blocks * @val: value passed unmodified to notifier function - * @dev: net_device pointer passed unmodified to notifier function * @info: notifier information data * * Call all network notifier blocks. Parameters and return value |