diff options
author | Zheng Yongjun <zhengyongjun3@huawei.com> | 2021-06-01 16:16:10 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-02 02:05:04 +0200 |
commit | 26d3f69c500cf950299e9b3d76b6e8e2c6fe00bb (patch) | |
tree | 66545513214564e84b162928d2f2483b430764a5 /drivers/net/macvlan.c | |
parent | net: Return the correct errno code (diff) | |
download | linux-26d3f69c500cf950299e9b3d76b6e8e2c6fe00bb.tar.xz linux-26d3f69c500cf950299e9b3d76b6e8e2c6fe00bb.zip |
macvlan: Fix a typo
underlaying ==> underlying
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/macvlan.c')
-rw-r--r-- | drivers/net/macvlan.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |