gtp: Fix a typo

Suppport  ==> Support

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Zheng Yongjun 2021-06-01 22:16:25 +08:00 committed by David S. Miller
parent 26d3f69c50
commit ec674565fb
1 changed files with 1 additions and 1 deletions

View 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.
*/
}