From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753532AbbJGLPR (ORCPT ); Wed, 7 Oct 2015 07:15:17 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:38770 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750916AbbJGLPO (ORCPT ); Wed, 7 Oct 2015 07:15:14 -0400 From: Valentin Rothberg To: corbet@lwn.net Cc: paulmck@linux.vnet.ibm.com, josh@joshtriplett.org, linux-kernel@vger.kernel.org, Valentin Rothberg Subject: [PATCH] Documentation: locktorture.txt: corret MUTEXES typo Date: Wed, 7 Oct 2015 13:15:07 +0200 Message-Id: <1444216507-17380-1-git-send-email-valentinrothberg@gmail.com> X-Mailer: git-send-email 2.6.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org s/CONFIG_RT_MUTEX/CONFIG_RT_MUTEXES/ Signed-off-by: Valentin Rothberg --- 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