Commit ec674565 authored by Zheng Yongjun's avatar Zheng Yongjun Committed by David S. Miller
Browse files

gtp: Fix a typo



Suppport  ==> Support

Signed-off-by: default avatarZheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 26d3f69c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -436,7 +436,7 @@ static inline void gtp1_push_header(struct sk_buff *skb, struct pdp_ctx *pctx)
	gtp1->length	= htons(payload_len);
	gtp1->length	= htons(payload_len);
	gtp1->tid	= htonl(pctx->u.v1.o_tei);
	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.
	 *	 Update the length field if any of them is available.
	 */
	 */
}
}