maple_tree: fix comment describing mas_node_count_gfp()
authorSidhartha Kumar <sidhartha.kumar@oracle.com>
Tue, 9 Jan 2024 22:31:19 +0000 (14:31 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 22 Feb 2024 00:00:01 +0000 (16:00 -0800)
commite755c43eb4a33a29f92bca6df30e5a558845c2f7
tree394790ec1899febd60e7a174dfc06774b7438242
parent51ae3f4ac5e94334ac6078145a02bc8f30e8528b
maple_tree: fix comment describing mas_node_count_gfp()

The function description comment for mas_node_count_gfp() mistakingly
refers to the function as mas_node_count().  Change it to refer to the
correct function.

Link: https://lkml.kernel.org/r/20240109223119.162357-1-sidhartha.kumar@oracle.com
Signed-off-by: Sidhartha Kumar <sidhartha.kumar@oracle.com>
Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Cc: Peng Zhang <zhangpeng.00@bytedance.com>
Cc: Sidhartha Kumar <sidhartha.kumar@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/maple_tree.c