From laforge at gnumonks.org Tue Jun 1 14:09:08 2021 From: laforge at gnumonks.org (Harald Welte) Date: Tue, 1 Jun 2021 16:09:08 +0200 Subject: [PATCH net-next] gtp: Fix a typo In-Reply-To: <20210601141625.4131445-1-zhengyongjun3@huawei.com> References: <20210601141625.4131445-1-zhengyongjun3@huawei.com> Message-ID: On Tue, Jun 01, 2021 at 10:16:25PM +0800, Zheng Yongjun wrote: > Signed-off-by: Zheng Yongjun Obviousy-Acked-by: Harald Welte -- - Harald Welte http://laforge.gnumonks.org/ ============================================================================ "Privacy in residential applications is a desirable marketing option." (ETSI EN 300 175-7 Ch. A6) From zhengyongjun3 at huawei.com Tue Jun 1 14:16:25 2021 From: zhengyongjun3 at huawei.com (Zheng Yongjun) Date: Tue, 1 Jun 2021 22:16:25 +0800 Subject: [PATCH net-next] gtp: Fix a typo Message-ID: <20210601141625.4131445-1-zhengyongjun3@huawei.com> Suppport ==> Support Signed-off-by: Zheng Yongjun --- 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 39c00f050fbd..1c9023d47e00 100644 --- a/drivers/net/gtp.c +++ b/drivers/net/gtp.c @@ -436,7 +436,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