diff options
| author | Wei Yang <[email protected]> | 2024-08-09 02:01:15 +0000 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2024-09-09 16:39:06 -0700 |
| commit | 6050df6d706f58b2240bfabece9f406170104d57 (patch) | |
| tree | 2ddb02f49eea3f5f1399d87c4f7153ccde5aa153 /include/linux | |
| parent | 0a6fff20d36bc81156a49649f622b152330fed3c (diff) | |
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/[email protected]
Signed-off-by: Wei Yang <[email protected]>
Reviewed-by: Liam R. Howlett <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/maple_tree.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/maple_tree.h b/include/linux/maple_tree.h index 8e1504a81cd2..c2c11004085e 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 |