linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net/tls: Fix a typo in tls_device.c
@ 2021-03-24  6:16 Wang Hai
  2021-03-24 16:58 ` Randy Dunlap
  2021-03-25  1:00 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Wang Hai @ 2021-03-24  6:16 UTC (permalink / raw)
  To: borisp, john.fastabend, daniel, davem, kuba; +Cc: netdev, linux-kernel

s/beggining/beginning/

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Hai <wanghai38@huawei.com>
---
 net/tls/tls_device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/tls/tls_device.c b/net/tls/tls_device.c
index f7fb7d2c1de1..89a5d4fad0a2 100644
--- a/net/tls/tls_device.c
+++ b/net/tls/tls_device.c
@@ -601,7 +601,7 @@ struct tls_record_info *tls_get_record(struct tls_offload_context_tx *context,
 	if (!info ||
 	    before(seq, info->end_seq - info->len)) {
 		/* if retransmit_hint is irrelevant start
-		 * from the beggining of the list
+		 * from the beginning of the list
 		 */
 		info = list_first_entry_or_null(&context->records_list,
 						struct tls_record_info, list);
-- 
2.17.1


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

* Re: [PATCH net-next] net/tls: Fix a typo in tls_device.c
  2021-03-24  6:16 [PATCH net-next] net/tls: Fix a typo in tls_device.c Wang Hai
@ 2021-03-24 16:58 ` Randy Dunlap
  2021-03-25  1:00 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-03-24 16:58 UTC (permalink / raw)
  To: Wang Hai, borisp, john.fastabend, daniel, davem, kuba
  Cc: netdev, linux-kernel

On 3/23/21 11:16 PM, Wang Hai wrote:
> s/beggining/beginning/
> 
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: Wang Hai <wanghai38@huawei.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  net/tls/tls_device.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/net/tls/tls_device.c b/net/tls/tls_device.c
> index f7fb7d2c1de1..89a5d4fad0a2 100644
> --- a/net/tls/tls_device.c
> +++ b/net/tls/tls_device.c
> @@ -601,7 +601,7 @@ struct tls_record_info *tls_get_record(struct tls_offload_context_tx *context,
>  	if (!info ||
>  	    before(seq, info->end_seq - info->len)) {
>  		/* if retransmit_hint is irrelevant start
> -		 * from the beggining of the list
> +		 * from the beginning of the list
>  		 */
>  		info = list_first_entry_or_null(&context->records_list,
>  						struct tls_record_info, list);
> 


-- 
~Randy


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

* Re: [PATCH net-next] net/tls: Fix a typo in tls_device.c
  2021-03-24  6:16 [PATCH net-next] net/tls: Fix a typo in tls_device.c Wang Hai
  2021-03-24 16:58 ` Randy Dunlap
@ 2021-03-25  1:00 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-03-25  1:00 UTC (permalink / raw)
  To: Wang Hai
  Cc: borisp, john.fastabend, daniel, davem, kuba, netdev, linux-kernel

Hello:

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

On Wed, 24 Mar 2021 14:16:22 +0800 you wrote:
> s/beggining/beginning/
> 
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: Wang Hai <wanghai38@huawei.com>
> ---
>  net/tls/tls_device.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [net-next] net/tls: Fix a typo in tls_device.c
    https://git.kernel.org/netdev/net-next/c/72a0f6d05292

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-03-25  1:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-24  6:16 [PATCH net-next] net/tls: Fix a typo in tls_device.c Wang Hai
2021-03-24 16:58 ` Randy Dunlap
2021-03-25  1:00 ` 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;
as well as URLs for NNTP newsgroup(s).