]> Gentwo Git Trees - linux/.git/commit
maple_tree: fix MAPLE_PARENT_RANGE32 and parent pointer docs
authorSidhartha Kumar <sidhartha.kumar@oracle.com>
Tue, 26 Aug 2025 15:13:44 +0000 (15:13 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 13 Sep 2025 23:55:18 +0000 (16:55 -0700)
commitef49b7b39d50b9e4f9d63e64f5d8acafe3c71158
tree61e7589f8eb501970feee135f3220c33b10b2a38
parente76e09bdf9f7d58ccc62d416a4b90700000f145a
maple_tree: fix MAPLE_PARENT_RANGE32 and parent pointer docs

MAPLE_PARENT_RANGE32 should be 0x02 as a 32 bit node is indicated by the
bit pattern 0b010 which is the hex value 0x02.  There are no users
currently, so there is no associated bug with this wrong value.

Fix typo Note -> Node and replace x with b to indicate binary values.

Link: https://lkml.kernel.org/r/20250826151344.403286-1-sidhartha.kumar@oracle.com
Fixes: 54a611b60590 ("Maple Tree: add new data structure")
Signed-off-by: Sidhartha Kumar <sidhartha.kumar@oracle.com>
Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/maple_tree.h
lib/maple_tree.c