Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27c00132 authored by Jiri Pirko's avatar Jiri Pirko Committed by David S. Miller
Browse files

switchdev: fix typo in inline function definition

parent 88340160
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}