From: Jiri Pirko Date: Sun, 18 Jan 2015 09:25:56 +0000 (+0100) Subject: switchdev: fix typo in inline function definition X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=27c00132852b77b12e625cd6a0ccf43d6bf5795f;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git switchdev: fix typo in inline function definition Signed-off-by: Jiri Pirko Signed-off-by: David S. Miller --- 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; }