macvlan: Fix a typo
underlaying ==> underlying Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
ca746c55a7
commit
26d3f69c50
@@ -1781,7 +1781,7 @@ static int macvlan_device_event(struct notifier_block *unused,
|
|||||||
unregister_netdevice_many(&list_kill);
|
unregister_netdevice_many(&list_kill);
|
||||||
break;
|
break;
|
||||||
case NETDEV_PRE_TYPE_CHANGE:
|
case NETDEV_PRE_TYPE_CHANGE:
|
||||||
/* Forbid underlaying device to change its type. */
|
/* Forbid underlying device to change its type. */
|
||||||
return NOTIFY_BAD;
|
return NOTIFY_BAD;
|
||||||
|
|
||||||
case NETDEV_NOTIFY_PEERS:
|
case NETDEV_NOTIFY_PEERS:
|
||||||
|
|||||||
Reference in New Issue
Block a user