[PATCH v2 04/19] maple_tree: Documentation fix
Liam R. Howlett (Oracle)
liam at infradead.org
Tue Jun 30 12:08:28 PDT 2026
Don't include the word flag in the quotes with the actual flag.
Signed-off-by: Liam R. Howlett (Oracle) <liam at infradead.org>
---
Documentation/core-api/maple_tree.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/core-api/maple_tree.rst b/Documentation/core-api/maple_tree.rst
index ccdd1615cf974..34964ec88d179 100644
--- a/Documentation/core-api/maple_tree.rst
+++ b/Documentation/core-api/maple_tree.rst
@@ -211,7 +211,7 @@ Advanced Locking
The maple tree uses a spinlock by default, but external locks can be used for
tree updates as well. To use an external lock, the tree must be initialized
-with the ``MT_FLAGS_LOCK_EXTERN flag``, this is usually done with the
+with the ``MT_FLAGS_LOCK_EXTERN`` flag, this is usually done with the
MTREE_INIT_EXT() #define, which takes an external lock as an argument.
Functions and structures
--
2.47.3
More information about the maple-tree
mailing list