[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1444216507-17380-1-git-send-email-valentinrothberg@gmail.com>
Date: Wed, 7 Oct 2015 13:15:07 +0200
From: Valentin Rothberg <valentinrothberg@...il.com>
To: corbet@....net
Cc: paulmck@...ux.vnet.ibm.com, josh@...htriplett.org,
linux-kernel@...r.kernel.org,
Valentin Rothberg <valentinrothberg@...il.com>
Subject: [PATCH] Documentation: locktorture.txt: corret MUTEXES typo
s/CONFIG_RT_MUTEX/CONFIG_RT_MUTEXES/
Signed-off-by: Valentin Rothberg <valentinrothberg@...il.com>
---
I detected the typo with scripts/checkkconfigsymbols.py
Documentation/locking/locktorture.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/locking/locktorture.txt b/Documentation/locking/locktorture.txt
index a2ef3a929bf1..66b70df5c5ec 100644
--- a/Documentation/locking/locktorture.txt
+++ b/Documentation/locking/locktorture.txt
@@ -53,7 +53,7 @@ torture_type Type of lock to torture. By default, only spinlocks will
o "mutex_lock": mutex_lock() and mutex_unlock() pairs.
o "rtmutex_lock": rtmutex_lock() and rtmutex_unlock()
- pairs. Kernel must have CONFIG_RT_MUTEX=y.
+ pairs. Kernel must have CONFIG_RT_MUTEXES=y.
o "rwsem_lock": read/write down() and up() semaphore pairs.
--
2.6.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists