[PATCH] Net: gtp: Fixed missing blank line after declaration

Subsystems: gtp (gprs tunneling protocol), networking drivers, the rest

STALE1970d

2 messages, 2 authors, 2021-03-15 · open the first message on its own page

[PATCH] Net: gtp: Fixed missing blank line after declaration

From: Chinmayi Shetty <hidden>
Date: 2021-03-13 16:52:55

Signed-off-by: Chinmayi Shetty <redacted>
---
 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

Re: [PATCH] Net: gtp: Fixed missing blank line after declaration

From: Jakub Kicinski <kuba@kernel.org>
Date: 2021-03-15 18:21:13

On Sat, 13 Mar 2021 22:21:28 +0530 Chinmayi Shetty wrote:
quoted hunk
Signed-off-by: Chinmayi Shetty <redacted>
---
 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.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help