diff options
author | NeilBrown <neilb@suse.com> | 2019-03-21 14:54:22 +1100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2020-03-17 17:25:06 +0100 |
commit | c84716c401d34eed5ed45a9c3553b08b0d541b9a (patch) | |
tree | ee3f27f3f74f14bb5217b3d9036cede9d70c20b1 /net/sched/sch_api.c | |
parent | fb33c6510d5595144d585aa194d377cf74d31911 (diff) |
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 'net/sched/sch_api.c')
0 files changed, 0 insertions, 0 deletions