public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] veth: Fix a typo error in veth
@ 2025-11-03  5:53 Chu Guangqing
  2025-11-03 23:43 ` Jacob Keller
  2025-11-05  1:10 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Chu Guangqing @ 2025-11-03  5:53 UTC (permalink / raw)
  To: andrew+netdev, davem, edumazet, kuba, pabeni
  Cc: netdev, linux-kernel, Chu Guangqing

Fix a spellling error for resources

Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
---
 drivers/net/veth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/veth.c b/drivers/net/veth.c
index a3046142cb8e..87a63c4bee77 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;
-- 
2.43.7


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] veth: Fix a typo error in veth
  2025-11-03  5:53 [PATCH] veth: Fix a typo error in veth Chu Guangqing
@ 2025-11-03 23:43 ` Jacob Keller
  2025-11-05  1:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Jacob Keller @ 2025-11-03 23:43 UTC (permalink / raw)
  To: Chu Guangqing, andrew+netdev, davem, edumazet, kuba, pabeni
  Cc: netdev, linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 927 bytes --]



On 11/2/2025 9:53 PM, Chu Guangqing wrote:
> Fix a spellling error for resources
> 
> Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>

Typically the tags should include the target tree. Since this doesn't
impact the functionality, net-next makes the most sense to me.

Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>

> ---
>  drivers/net/veth.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/veth.c b/drivers/net/veth.c
> index a3046142cb8e..87a63c4bee77 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;


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] veth: Fix a typo error in veth
  2025-11-03  5:53 [PATCH] veth: Fix a typo error in veth Chu Guangqing
  2025-11-03 23:43 ` Jacob Keller
@ 2025-11-05  1:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-11-05  1:10 UTC (permalink / raw)
  To: Chu Guangqing
  Cc: andrew+netdev, davem, edumazet, kuba, pabeni, netdev,
	linux-kernel

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 3 Nov 2025 13:53:51 +0800 you wrote:
> Fix a spellling error for resources
> 
> Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
> ---
>  drivers/net/veth.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - veth: Fix a typo error in veth
    https://git.kernel.org/netdev/net-next/c/9781642e5890

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-11-05  1:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-03  5:53 [PATCH] veth: Fix a typo error in veth Chu Guangqing
2025-11-03 23:43 ` Jacob Keller
2025-11-05  1:10 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox