From: Chu Guangqing Date: Mon, 3 Nov 2025 05:53:51 +0000 (+0800) Subject: veth: Fix a typo error in veth X-Git-Tag: v6.19-rc1~170^2~243 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9781642e58903e52f3c607e957e5220e95e792b6;p=thirdparty%2Fkernel%2Flinux.git veth: Fix a typo error in veth Fix a spellling error for resources Signed-off-by: Chu Guangqing Reviewed-by: Jacob Keller Link: https://patch.msgid.link/20251103055351.3150-1-chuguangqing@inspur.com Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/veth.c b/drivers/net/veth.c index a3046142cb8e2..87a63c4bee777 100644 --- a/drivers/net/veth.c +++ b/drivers/net/veth.c @@ -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;