All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: l2tp: Fix a typo
@ 2021-03-22 12:21 Bhaskar Chowdhury
  2021-03-22 19:38 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-22 12:21 UTC (permalink / raw)
  To: davem, kuba, tparkin, mschiffer, netdev, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/verifed/verified/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 net/l2tp/l2tp_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/l2tp/l2tp_core.c b/net/l2tp/l2tp_core.c
index 203890e378cb..2ee20743cb41 100644
--- a/net/l2tp/l2tp_core.c
+++ b/net/l2tp/l2tp_core.c
@@ -802,7 +802,7 @@ static int l2tp_udp_recv_core(struct l2tp_tunnel *tunnel, struct sk_buff *skb)
 	u16 version;
 	int length;

-	/* UDP has verifed checksum */
+	/* UDP has verified checksum */

 	/* UDP always verifies the packet length. */
 	__skb_pull(skb, sizeof(struct udphdr));
--
2.31.0


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

* Re: [PATCH] net: l2tp: Fix a typo
  2021-03-22 12:21 [PATCH] net: l2tp: Fix a typo Bhaskar Chowdhury
@ 2021-03-22 19:38 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-22 19:38 UTC (permalink / raw)
  To: Bhaskar Chowdhury, davem, kuba, tparkin, mschiffer, netdev, linux-kernel

On 3/22/21 5:21 AM, Bhaskar Chowdhury wrote:
> 
> s/verifed/verified/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

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

> ---
>  net/l2tp/l2tp_core.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/net/l2tp/l2tp_core.c b/net/l2tp/l2tp_core.c
> index 203890e378cb..2ee20743cb41 100644
> --- a/net/l2tp/l2tp_core.c
> +++ b/net/l2tp/l2tp_core.c
> @@ -802,7 +802,7 @@ static int l2tp_udp_recv_core(struct l2tp_tunnel *tunnel, struct sk_buff *skb)
>  	u16 version;
>  	int length;
> 
> -	/* UDP has verifed checksum */
> +	/* UDP has verified checksum */
> 
>  	/* UDP always verifies the packet length. */
>  	__skb_pull(skb, sizeof(struct udphdr));
> --


-- 
~Randy


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

end of thread, other threads:[~2021-03-22 19:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22 12:21 [PATCH] net: l2tp: Fix a typo Bhaskar Chowdhury
2021-03-22 19:38 ` Randy Dunlap

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.