]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
maple_tree: Fix ma_dead_node() comment
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 30 Oct 2024 15:28:08 +0000 (11:28 -0400)
committerLiam R. Howlett <howlett@gmail.com>
Mon, 27 Jan 2025 20:42:51 +0000 (15:42 -0500)
Update the arguemnt description to be accurate.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
lib/maple_tree.c

index 20280615c14b526fcadc8f7bf49111e458e7ba8a..49997a0fe1aa61932e8cdd58264bec5d4f49a50b 100644 (file)
@@ -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.
  */