Re: [PATCH] Documentation: locktorture.txt: corret MUTEXES typo

From: Paul E. McKenney
Date: Wed Oct 07 2015 - 11:42:13 EST


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@xxxxxxxxx>

Acked-by: Paul E. McKenney <paulmck@xxxxxxxxxxxxxxxxxx>

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
>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/