[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230130125538.20359-1-antonio.paolillo@huawei.com>
Date: Mon, 30 Jan 2023 13:55:38 +0100
From: Antonio Paolillo <antonio.paolillo@...wei.com>
To: <peterz@...radead.org>, <mingo@...hat.com>, <will@...nel.org>,
<longman@...hat.com>, <boqun.feng@...il.com>, <corbet@....net>
CC: <linux-kernel@...r.kernel.org>, <linux-doc@...r.kernel.org>,
Antonio Paolillo <antonio.paolillo@...wei.com>
Subject: [PATCH] doc: locktorture fix
The actual build option for rtmutex lock is `CONFIG_RT_MUTEXES`, not
`CONFIG_RT_MUTEX`.
Signed-off-by: Antonio Paolillo <antonio.paolillo@...wei.com>
---
Documentation/locking/locktorture.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/locking/locktorture.rst b/Documentation/locking/locktorture.rst
index dfaf9fc883f4..3f7b44e2c070 100644
--- a/Documentation/locking/locktorture.rst
+++ b/Documentation/locking/locktorture.rst
@@ -67,7 +67,7 @@ torture_type
- "rtmutex_lock":
rtmutex_lock() and rtmutex_unlock() pairs.
- Kernel must have CONFIG_RT_MUTEX=y.
+ Kernel must have CONFIG_RT_MUTEXES=y.
- "rwsem_lock":
read/write down() and up() semaphore pairs.
--
2.34.1
Powered by blists - more mailing lists