From: Zheng Yongjun Date: Tue, 1 Jun 2021 14:16:10 +0000 (+0800) Subject: macvlan: Fix a typo X-Git-Tag: xarray-5.18~1602^2~380 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=26d3f69c500cf950299e9b3d76b6e8e2c6fe00bb;p=users%2Fwilly%2Fxarray.git macvlan: Fix a typo underlaying ==> underlying Signed-off-by: Zheng Yongjun Signed-off-by: David S. Miller --- diff --git a/drivers/net/macvlan.c b/drivers/net/macvlan.c index 1b998aa481f8..80de9768ecd4 100644 --- a/drivers/net/macvlan.c +++ b/drivers/net/macvlan.c @@ -1781,7 +1781,7 @@ static int macvlan_device_event(struct notifier_block *unused, unregister_netdevice_many(&list_kill); break; case NETDEV_PRE_TYPE_CHANGE: - /* Forbid underlaying device to change its type. */ + /* Forbid underlying device to change its type. */ return NOTIFY_BAD; case NETDEV_NOTIFY_PEERS: