-
由 NeilBrown 提交于
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: NNeilBrown <neilb@suse.com> Reviewed-by: NMukesh Ojha <mojha@codeaurora.org> Signed-off-by: NJiri Kosina <jkosina@suse.cz>
c84716c4