aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/switchdev.h
diff options
context:
space:
mode:
authorJiri Pirko <jiri@resnulli.us>2015-01-18 10:25:56 +0100
committerDavid S. Miller <davem@davemloft.net>2015-01-18 12:24:11 -0500
commit27c00132852b77b12e625cd6a0ccf43d6bf5795f (patch)
treead29a2c8113708ee1786aa44cd160e85378ca6c6 /include/net/switchdev.h
parentip_tunnel: Create percpu gro_cell (diff)
downloadlinux-dev-27c00132852b77b12e625cd6a0ccf43d6bf5795f.tar.xz
linux-dev-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>
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)
}
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;
}