diff options
author | Zheng Yongjun <zhengyongjun3@huawei.com> | 2021-06-01 22:16:25 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-01 17:05:04 -0700 |
commit | ec674565fbc6af6fce8451cfd7f215c577216661 (patch) | |
tree | 64f11a5f7007e458d994560260bec9e7fc2ad587 /drivers | |
parent | 26d3f69c500cf950299e9b3d76b6e8e2c6fe00bb (diff) |
gtp: Fix a typo
Suppport ==> Support
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/gtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ } |