All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Net: gtp: Fixed missing blank line after declaration
@ 2021-03-13 15:43 Chinmayi Shetty
  0 siblings, 0 replies; 4+ messages in thread
From: Chinmayi Shetty @ 2021-03-13 15:43 UTC (permalink / raw)
  To: linux-kernel

Signed-off-by: Chinmayi Shetty <chinmayishetty359@gmail.com>
---
 drivers/net/gtp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/gtp.c b/drivers/net/gtp.c
index efe5247d8c42..79998f4394e5 100644
--- a/drivers/net/gtp.c
+++ b/drivers/net/gtp.c
@@ -437,7 +437,7 @@ static inline void gtp1_push_header(struct sk_buff *skb, struct pdp_ctx *pctx)
 	gtp1->length	= htons(payload_len);
 	gtp1->tid	= htonl(pctx->u.v1.o_tei);
 
-	/* TODO: Suppport for extension header, sequence number and N-PDU.
+	/* TODO: Support for extension header, sequence number and N-PDU.
 	 *	 Update the length field if any of them is available.
 	 */
 }
-- 
2.25.1


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

* Re: [PATCH] Net: gtp: Fixed missing blank line after declaration
  2021-03-13 16:51 Chinmayi Shetty
@ 2021-03-15 18:20 ` Jakub Kicinski
  0 siblings, 0 replies; 4+ messages in thread
From: Jakub Kicinski @ 2021-03-15 18:20 UTC (permalink / raw)
  To: Chinmayi Shetty
  Cc: pablo, laforge, davem, osmocom-net-gprs, netdev, linux-kernel, bkkarthik

On Sat, 13 Mar 2021 22:21:28 +0530 Chinmayi Shetty wrote:
> Signed-off-by: Chinmayi Shetty <chinmayishetty359@gmail.com>
> ---
>  drivers/net/gtp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/gtp.c b/drivers/net/gtp.c
> index efe5247d8c42..79998f4394e5 100644
> --- a/drivers/net/gtp.c
> +++ b/drivers/net/gtp.c
> @@ -437,7 +437,7 @@ static inline void gtp1_push_header(struct sk_buff *skb, struct pdp_ctx *pctx)
>  	gtp1->length	= htons(payload_len);
>  	gtp1->tid	= htonl(pctx->u.v1.o_tei);
>  
> -	/* TODO: Suppport for extension header, sequence number and N-PDU.
> +	/* TODO: Support for extension header, sequence number and N-PDU.
>  	 *	 Update the length field if any of them is available.
>  	 */
>  }

Subject does not match the patch.

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

* [PATCH] Net: gtp: Fixed missing blank line after declaration
@ 2021-03-13 16:51 Chinmayi Shetty
  2021-03-15 18:20 ` Jakub Kicinski
  0 siblings, 1 reply; 4+ messages in thread
From: Chinmayi Shetty @ 2021-03-13 16:51 UTC (permalink / raw)
  To: pablo, laforge, davem, kuba, osmocom-net-gprs, netdev, linux-kernel
  Cc: bkkarthik

Signed-off-by: Chinmayi Shetty <chinmayishetty359@gmail.com>
---
 drivers/net/gtp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/gtp.c b/drivers/net/gtp.c
index efe5247d8c42..79998f4394e5 100644
--- a/drivers/net/gtp.c
+++ b/drivers/net/gtp.c
@@ -437,7 +437,7 @@ static inline void gtp1_push_header(struct sk_buff *skb, struct pdp_ctx *pctx)
 	gtp1->length	= htons(payload_len);
 	gtp1->tid	= htonl(pctx->u.v1.o_tei);
 
-	/* TODO: Suppport for extension header, sequence number and N-PDU.
+	/* TODO: Support for extension header, sequence number and N-PDU.
 	 *	 Update the length field if any of them is available.
 	 */
 }
-- 
2.25.1


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

* [PATCH] Net: gtp: Fixed missing blank line after declaration
@ 2021-03-13 15:43 Chinmayi Shetty
  0 siblings, 0 replies; 4+ messages in thread
From: Chinmayi Shetty @ 2021-03-13 15:43 UTC (permalink / raw)
  To: netdev

Signed-off-by: Chinmayi Shetty <chinmayishetty359@gmail.com>
---
 drivers/net/gtp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/gtp.c b/drivers/net/gtp.c
index efe5247d8c42..79998f4394e5 100644
--- a/drivers/net/gtp.c
+++ b/drivers/net/gtp.c
@@ -437,7 +437,7 @@ static inline void gtp1_push_header(struct sk_buff *skb, struct pdp_ctx *pctx)
 	gtp1->length	= htons(payload_len);
 	gtp1->tid	= htonl(pctx->u.v1.o_tei);
 
-	/* TODO: Suppport for extension header, sequence number and N-PDU.
+	/* TODO: Support for extension header, sequence number and N-PDU.
 	 *	 Update the length field if any of them is available.
 	 */
 }
-- 
2.25.1


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

end of thread, other threads:[~2021-03-15 18:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-13 15:43 [PATCH] Net: gtp: Fixed missing blank line after declaration Chinmayi Shetty
  -- strict thread matches above, loose matches on Subject: below --
2021-03-13 16:51 Chinmayi Shetty
2021-03-15 18:20 ` Jakub Kicinski
2021-03-13 15:43 Chinmayi Shetty

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.