From: Wei Yang Date: Fri, 9 Aug 2024 02:01:15 +0000 (+0000) Subject: maple_tree: fix comment typo on ma_flag of allocation tree X-Git-Tag: v6.12-rc1~115^2~86 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6050df6d706f58b2240bfabece9f406170104d57;p=thirdparty%2Fkernel%2Flinux.git maple_tree: fix comment typo on ma_flag of allocation tree The maple tree flag of allocation tree is MT_FLAGS_ALLOC_RANGE. Just correct it. Link: https://lkml.kernel.org/r/20240809020115.31575-1-richard.weiyang@gmail.com Signed-off-by: Wei Yang Reviewed-by: Liam R. Howlett Signed-off-by: Andrew Morton --- diff --git a/include/linux/maple_tree.h b/include/linux/maple_tree.h index 8e1504a81cd2c..c2c11004085e5 100644 --- a/include/linux/maple_tree.h +++ b/include/linux/maple_tree.h @@ -52,9 +52,9 @@ * bit in the node type. This is possible by using bit 1 to indicate if bit 2 * is part of the type or the slot. * - * Once the type is decided, the decision of an allocation range type or a range - * type is done by examining the immutable tree flag for the MAPLE_ALLOC_RANGE - * flag. + * Once the type is decided, the decision of an allocation range type or a + * range type is done by examining the immutable tree flag for the + * MT_FLAGS_ALLOC_RANGE flag. * * Node types: * 0x??1 = Root