All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: locktorture.txt: corret MUTEXES typo
@ 2015-10-07 11:15 Valentin Rothberg
  2015-10-07 15:42 ` Paul E. McKenney
  0 siblings, 1 reply; 3+ messages in thread
From: Valentin Rothberg @ 2015-10-07 11:15 UTC (permalink / raw)
  To: corbet; +Cc: paulmck, josh, linux-kernel, Valentin Rothberg

s/CONFIG_RT_MUTEX/CONFIG_RT_MUTEXES/

Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-07 16:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-07 11:15 [PATCH] Documentation: locktorture.txt: corret MUTEXES typo Valentin Rothberg
2015-10-07 15:42 ` Paul E. McKenney
2015-10-07 16:29   ` Davidlohr Bueso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.