diff options
author | 2020-10-28 21:36:51 +0000 | |
---|---|---|
committer | 2020-10-28 21:36:51 +0000 | |
commit | 3bfd5f422f07a10f485c3f046431783c7c4004f2 (patch) | |
tree | 7e990a251c825482216a0355177ef80874b3c0cb /net/switchdev/switchdev.c | |
parent | spi: imx: fix runtime pm support for !CONFIG_PM (diff) | |
parent | Linux 5.10-rc1 (diff) | |
download | wireguard-linux-3bfd5f422f07a10f485c3f046431783c7c4004f2.tar.xz wireguard-linux-3bfd5f422f07a10f485c3f046431783c7c4004f2.zip |
Merge tag 'v5.10-rc1' into spi-5.10
Linux 5.10-rc1
Diffstat (limited to '')
-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, |