From: Zheng Yongjun Date: Tue, 1 Jun 2021 14:16:25 +0000 (+0800) Subject: gtp: Fix a typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ec674565fbc6af6fce8451cfd7f215c577216661;p=linux.git gtp: Fix a typo Suppport ==> Support Signed-off-by: Zheng Yongjun Signed-off-by: David S. Miller --- diff --git a/drivers/net/gtp.c b/drivers/net/gtp.c index 39c00f050fbd8..1c9023d47e008 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. */ }