linux-kernel.vger.kernel.org archive mirror
 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

* Re: [PATCH] Documentation: locktorture.txt: corret MUTEXES typo
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Paul E. McKenney @ 2015-10-07 15:42 UTC (permalink / raw)
  To: Valentin Rothberg; +Cc: corbet, josh, linux-kernel, dave

On Wed, Oct 07, 2015 at 01:15:07PM +0200, Valentin Rothberg wrote:
> s/CONFIG_RT_MUTEX/CONFIG_RT_MUTEXES/
> 
> Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>

Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

Also copying Davidlohr for his take.

> ---
> 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	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: locktorture.txt: corret MUTEXES typo
  2015-10-07 15:42 ` Paul E. McKenney
@ 2015-10-07 16:29   ` Davidlohr Bueso
  0 siblings, 0 replies; 3+ messages in thread
From: Davidlohr Bueso @ 2015-10-07 16:29 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: Valentin Rothberg, corbet, josh, linux-kernel

On Wed, 07 Oct 2015, Paul E. McKenney wrote:

>On Wed, Oct 07, 2015 at 01:15:07PM +0200, Valentin Rothberg wrote:
>> s/CONFIG_RT_MUTEX/CONFIG_RT_MUTEXES/
>>
>> Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
>
>Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
>
>Also copying Davidlohr for his take.

Nothing from my end other than ack. Thanks for the fix.

^ permalink raw reply	[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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).