diff options
author | Jiri Pirko <jiri@resnulli.us> | 2015-01-18 12:25:56 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-01-18 20:24:11 +0300 |
commit | 27c00132852b77b12e625cd6a0ccf43d6bf5795f (patch) | |
tree | ad29a2c8113708ee1786aa44cd160e85378ca6c6 /include | |
parent | 88340160f3ad22401b00f4efcee44f7ec4769b19 (diff) | |
download | linux-27c00132852b77b12e625cd6a0ccf43d6bf5795f.tar.xz |
switchdev: fix typo in inline function definition
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-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; } |