Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Chu Guangqing and committed by
Jakub Kicinski
9781642e 2428803d

+1 -1
+1 -1
drivers/net/veth.c
··· 1323 1323 if (peer) 1324 1324 netif_carrier_off(peer); 1325 1325 1326 - /* try to allocate new resurces, as needed*/ 1326 + /* try to allocate new resources, as needed*/ 1327 1327 err = veth_enable_range_safe(dev, old_rx_count, new_rx_count); 1328 1328 if (err) 1329 1329 goto out;