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=09ac45b0ca4cf05bbf0ca4165be5438198b5961c;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 bbffa58f8c2c..2fdc7e45c8a4 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. */