mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
veth: Fix a typo error in veth
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>
This commit is contained in:
committed by
Jakub Kicinski
parent
2428803d5e
commit
9781642e58
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user