mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
switchdev: fix typo in inline function definition
Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
88340160f3
commit
27c0013285
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user