gtp: Fix a typo
authorZheng Yongjun <zhengyongjun3@huawei.com>
Tue, 1 Jun 2021 14:16:25 +0000 (22:16 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Jun 2021 00:05:04 +0000 (17:05 -0700)
Suppport  ==> Support

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/gtp.c

index 39c00f050fbd8ae3807e024438b69c0e5ce559f1..1c9023d47e008176c3a0f29dce55f26bda399184 100644 (file)
@@ -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.
         */
 }