projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26d3f69
)
gtp: Fix a typo
author
Zheng Yongjun
<zhengyongjun3@huawei.com>
Tue, 1 Jun 2021 14:16:25 +0000
(22:16 +0800)
committer
David 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
patch
|
blob
|
history
diff --git
a/drivers/net/gtp.c
b/drivers/net/gtp.c
index 39c00f050fbd8ae3807e024438b69c0e5ce559f1..1c9023d47e008176c3a0f29dce55f26bda399184 100644
(file)
--- 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: Supp
p
ort 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.
*/
}