diff options
author | Jiri Pirko <jiri@resnulli.us> | 2015-01-18 10:25:56 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-01-18 12:24:11 -0500 |
commit | 27c00132852b77b12e625cd6a0ccf43d6bf5795f (patch) | |
tree | ad29a2c8113708ee1786aa44cd160e85378ca6c6 | |
parent | 88340160f3ad22401b00f4efcee44f7ec4769b19 (diff) | |
download | blackbird-op-linux-27c00132852b77b12e625cd6a0ccf43d6bf5795f.tar.gz blackbird-op-linux-27c00132852b77b12e625cd6a0ccf43d6bf5795f.zip |
switchdev: fix typo in inline function definition
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | include/net/switchdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/switchdev.h b/include/net/switchdev.h index 201120e18e4d..205e63698da9 100644 --- a/include/net/switchdev.h +++ b/include/net/switchdev.h @@ -69,7 +69,7 @@ static inline int unregister_netdev_switch_notifier(struct notifier_block *nb) } static inline int call_netdev_switch_notifiers(unsigned long val, struct net_device *dev, - struct netdev_switch_notifier_info *info); + struct netdev_switch_notifier_info *info) { return NOTIFY_DONE; } |