All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] vrf: Fix a typo
@ 2021-06-01 14:16 Zheng Yongjun
  2021-06-01 14:48 ` David Ahern
  2021-06-02  0:10 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Zheng Yongjun @ 2021-06-01 14:16 UTC (permalink / raw)
  To: dsahern, davem, kuba, netdev, linux-kernel; +Cc: Zheng Yongjun

possibile  ==> possible

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
---
 drivers/net/vrf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/vrf.c b/drivers/net/vrf.c
index 503e2fd7ce51..07eaef5e73c2 100644
--- a/drivers/net/vrf.c
+++ b/drivers/net/vrf.c
@@ -274,7 +274,7 @@ vrf_map_register_dev(struct net_device *dev, struct netlink_ext_ack *extack)
 	int res;
 
 	/* we pre-allocate elements used in the spin-locked section (so that we
-	 * keep the spinlock as short as possibile).
+	 * keep the spinlock as short as possible).
 	 */
 	new_me = vrf_map_elem_alloc(GFP_KERNEL);
 	if (!new_me)
-- 
2.25.1


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

* Re: [PATCH net-next] vrf: Fix a typo
  2021-06-01 14:16 [PATCH net-next] vrf: Fix a typo Zheng Yongjun
@ 2021-06-01 14:48 ` David Ahern
  2021-06-02  0:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: David Ahern @ 2021-06-01 14:48 UTC (permalink / raw)
  To: Zheng Yongjun, dsahern, davem, kuba, netdev, linux-kernel

On 6/1/21 8:16 AM, Zheng Yongjun wrote:
> possibile  ==> possible
> 
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
> ---
>  drivers/net/vrf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/vrf.c b/drivers/net/vrf.c
> index 503e2fd7ce51..07eaef5e73c2 100644
> --- a/drivers/net/vrf.c
> +++ b/drivers/net/vrf.c
> @@ -274,7 +274,7 @@ vrf_map_register_dev(struct net_device *dev, struct netlink_ext_ack *extack)
>  	int res;
>  
>  	/* we pre-allocate elements used in the spin-locked section (so that we
> -	 * keep the spinlock as short as possibile).
> +	 * keep the spinlock as short as possible).
>  	 */
>  	new_me = vrf_map_elem_alloc(GFP_KERNEL);
>  	if (!new_me)
> 

Reviewed-by: David Ahern <dsahern@kernel.org>


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

* Re: [PATCH net-next] vrf: Fix a typo
  2021-06-01 14:16 [PATCH net-next] vrf: Fix a typo Zheng Yongjun
  2021-06-01 14:48 ` David Ahern
@ 2021-06-02  0:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-06-02  0:10 UTC (permalink / raw)
  To: Zheng Yongjun; +Cc: dsahern, davem, kuba, netdev, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Tue, 1 Jun 2021 22:16:35 +0800 you wrote:
> possibile  ==> possible
> 
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
> ---
>  drivers/net/vrf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [net-next] vrf: Fix a typo
    https://git.kernel.org/netdev/net-next/c/e9a0bf6d002f

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:[~2021-06-02  0:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01 14:16 [PATCH net-next] vrf: Fix a typo Zheng Yongjun
2021-06-01 14:48 ` David Ahern
2021-06-02  0:10 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.