public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Chinmayi Shetty <chinmayishetty359@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Net: gtp: Fixed missing blank line after declaration
Date: Sat, 13 Mar 2021 21:13:57 +0530	[thread overview]
Message-ID: <20210313154357.jtapnmtnkyxvjq2d@client-VirtualBox> (raw)

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


             reply	other threads:[~2021-03-13 15:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-13 15:43 Chinmayi Shetty [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-13 16:51 [PATCH] Net: gtp: Fixed missing blank line after declaration Chinmayi Shetty
2021-03-15 18:20 ` Jakub Kicinski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210313154357.jtapnmtnkyxvjq2d@client-VirtualBox \
    --to=chinmayishetty359@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox