diff options
author | 2019-03-21 14:54:22 +1100 | |
---|---|---|
committer | 2020-03-17 17:25:06 +0100 | |
commit | c84716c401d34eed5ed45a9c3553b08b0d541b9a (patch) | |
tree | ee3f27f3f74f14bb5217b3d9036cede9d70c20b1 /scripts/bpf_helpers_doc.py | |
parent | Linux 5.6-rc6 (diff) | |
download | linux-dev-c84716c401d34eed5ed45a9c3553b08b0d541b9a.tar.xz linux-dev-c84716c401d34eed5ed45a9c3553b08b0d541b9a.zip |
list/hashtable: minor documentation corrections.
hash_for_each_safe() and hash_for_each_possible_safe()
need to be passed a temp 'struct hlist_node' pointer, but
do not say that in the documentation - they just say
a 'struct'.
Also the documentation for hlist_for_each_entry_safe()
describes @n as "another" hlist_node, but in reality it is
the only one.
Signed-off-by: NeilBrown <neilb@suse.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions