]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
veth: Fix a typo error in veth
authorChu Guangqing <chuguangqing@inspur.com>
Mon, 3 Nov 2025 05:53:51 +0000 (13:53 +0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 5 Nov 2025 01:00:50 +0000 (17:00 -0800)
Fix a spellling error for resources

Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://patch.msgid.link/20251103055351.3150-1-chuguangqing@inspur.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/veth.c

index a3046142cb8e2658a30041129f8d298e5e0a5822..87a63c4bee77793b9f2e9210e726ab7e5825bdad 100644 (file)
@@ -1323,7 +1323,7 @@ static int veth_set_channels(struct net_device *dev,
                if (peer)
                        netif_carrier_off(peer);
 
-               /* try to allocate new resurces, as needed*/
+               /* try to allocate new resources, as needed*/
                err = veth_enable_range_safe(dev, old_rx_count, new_rx_count);
                if (err)
                        goto out;