projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63d000c
)
bpf: Fix typo in a comment in bpf lpm_trie.
author
Leon Huayra
<hffilwlqm@gmail.com>
Wed, 29 Dec 2021 14:44:22 +0000
(22:44 +0800)
committer
Alexei Starovoitov
<ast@kernel.org>
Fri, 31 Dec 2021 02:42:34 +0000
(18:42 -0800)
Fix typo in a comment in trie_update_elem().
Signed-off-by: Leon Huayra <hffilwlqm@gmail.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link:
https://lore.kernel.org/bpf/20211229144422.70339-1-hffilwlqm@gmail.com
kernel/bpf/lpm_trie.c
patch
|
blob
|
history
diff --git
a/kernel/bpf/lpm_trie.c
b/kernel/bpf/lpm_trie.c
index 423549d2c52e2e1315147ca0bfaeb54bfa5acb33..5763cc7ac4f12b3fdf606ba140b162e332963b33 100644
(file)
--- a/
kernel/bpf/lpm_trie.c
+++ b/
kernel/bpf/lpm_trie.c
@@
-412,7
+412,7
@@
static int trie_update_elem(struct bpf_map *map,
rcu_assign_pointer(im_node->child[1], node);
}
- /* Finally, assign the intermediate node to the determined s
p
ot */
+ /* Finally, assign the intermediate node to the determined s
l
ot */
rcu_assign_pointer(*slot, im_node);
out: