mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
bpf: Fix typo in a comment in bpf lpm_trie.
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
This commit is contained in:
parent
63d000c3dc
commit
9e6b19a66d
1 changed files with 1 additions and 1 deletions
|
@ -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 spot */
|
||||
/* Finally, assign the intermediate node to the determined slot */
|
||||
rcu_assign_pointer(*slot, im_node);
|
||||
|
||||
out:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue