From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754628AbbJGPmI (ORCPT ); Wed, 7 Oct 2015 11:42:08 -0400 Received: from e33.co.us.ibm.com ([32.97.110.151]:45095 "EHLO e33.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754019AbbJGPmG (ORCPT ); Wed, 7 Oct 2015 11:42:06 -0400 X-IBM-Helo: d03dlp03.boulder.ibm.com X-IBM-MailFrom: paulmck@linux.vnet.ibm.com X-IBM-RcptTo: linux-kernel@vger.kernel.org Date: Wed, 7 Oct 2015 08:42:01 -0700 From: "Paul E. McKenney" To: Valentin Rothberg Cc: corbet@lwn.net, josh@joshtriplett.org, linux-kernel@vger.kernel.org, dave@stgolabs.net Subject: Re: [PATCH] Documentation: locktorture.txt: corret MUTEXES typo Message-ID: <20151007154201.GK3910@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <1444216507-17380-1-git-send-email-valentinrothberg@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1444216507-17380-1-git-send-email-valentinrothberg@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15100715-0009-0000-0000-00000EA960A3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Acked-by: Paul E. McKenney 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 >