aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/switchdev.h
diff options
context:
space:
mode:
authorJiri Pirko <jiri@resnulli.us>2015-01-18 04:25:56 -0500
committerDavid S. Miller <davem@davemloft.net>2015-01-18 12:24:11 -0500
commit27c00132852b77b12e625cd6a0ccf43d6bf5795f (patch)
treead29a2c8113708ee1786aa44cd160e85378ca6c6 /include/net/switchdev.h
parent88340160f3ad22401b00f4efcee44f7ec4769b19 (diff)
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/net/switchdev.h')
-rw-r--r--include/net/switchdev.h2
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)
69} 69}
70 70
71static inline int call_netdev_switch_notifiers(unsigned long val, struct net_device *dev, 71static inline int call_netdev_switch_notifiers(unsigned long val, struct net_device *dev,
72 struct netdev_switch_notifier_info *info); 72 struct netdev_switch_notifier_info *info)
73{ 73{
74 return NOTIFY_DONE; 74 return NOTIFY_DONE;
75} 75}