From: Liam R. Howlett Date: Wed, 30 Oct 2024 15:28:08 +0000 (-0400) Subject: maple_tree: Fix ma_dead_node() comment X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=bf32ad2b63c0b3e64328784a8786310295768e60;p=users%2Fjedix%2Flinux-maple.git maple_tree: Fix ma_dead_node() comment Update the arguemnt description to be accurate. Signed-off-by: Liam R. Howlett --- diff --git a/lib/maple_tree.c b/lib/maple_tree.c index 20280615c14b..49997a0fe1aa 100644 --- a/lib/maple_tree.c +++ b/lib/maple_tree.c @@ -599,7 +599,7 @@ struct maple_node *mte_parent(const struct maple_enode *enode) /* * ma_dead_node() - check if the @enode is dead. - * @enode: The encoded maple node + * @node: The maple node * * Return: true if dead, false otherwise. */