public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [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; 3+ 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] 3+ messages in thread
* [PATCH] Net: gtp: Fixed missing blank line after declaration
@ 2021-03-13 15:43 Chinmayi Shetty
  0 siblings, 0 replies; 3+ 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] 3+ messages in thread

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

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

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