From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753312AbbIRIuq (ORCPT ); Fri, 18 Sep 2015 04:50:46 -0400 Received: from terminus.zytor.com ([198.137.202.10]:44787 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751613AbbIRIum (ORCPT ); Fri, 18 Sep 2015 04:50:42 -0400 Date: Fri, 18 Sep 2015 01:49:54 -0700 From: tip-bot for Stephen Boyd Message-ID: Cc: trivial@kernel.org, peterz@infradead.org, paulmck@linux.vnet.ibm.com, hpa@zytor.com, corbet@lwn.net, torvalds@linux-foundation.org, sboyd@codeaurora.org, linux-kernel@vger.kernel.org, akpm@linux-foundation.org, tglx@linutronix.de, mingo@kernel.org Reply-To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, tglx@linutronix.de, mingo@kernel.org, sboyd@codeaurora.org, paulmck@linux.vnet.ibm.com, hpa@zytor.com, corbet@lwn.net, torvalds@linux-foundation.org, trivial@kernel.org, peterz@infradead.org In-Reply-To: <1441842398-25063-1-git-send-email-sboyd@codeaurora.org> References: <1441842398-25063-1-git-send-email-sboyd@codeaurora.org> To: linux-tip-commits@vger.kernel.org Subject: [tip:locking/core] locking/Documentation/lockstat: Fix typo - lokcing -> locking Git-Commit-ID: e58cdf585a38412f9f56c512d20e8e12637d9892 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: e58cdf585a38412f9f56c512d20e8e12637d9892 Gitweb: http://git.kernel.org/tip/e58cdf585a38412f9f56c512d20e8e12637d9892 Author: Stephen Boyd AuthorDate: Wed, 9 Sep 2015 16:46:38 -0700 Committer: Ingo Molnar CommitDate: Fri, 18 Sep 2015 09:27:28 +0200 locking/Documentation/lockstat: Fix typo - lokcing -> locking Signed-off-by: Stephen Boyd Signed-off-by: Peter Zijlstra (Intel) Cc: Andrew Morton Cc: Jiri Kosina Cc: Jonathan Corbet Cc: Linus Torvalds Cc: Paul E. McKenney Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/1441842398-25063-1-git-send-email-sboyd@codeaurora.org Signed-off-by: Ingo Molnar --- Documentation/locking/lockstat.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/locking/lockstat.txt b/Documentation/locking/lockstat.txt index 568bbba..5786ad2 100644 --- a/Documentation/locking/lockstat.txt +++ b/Documentation/locking/lockstat.txt @@ -12,7 +12,7 @@ Because things like lock contention can severely impact performance. - HOW Lockdep already has hooks in the lock functions and maps lock instances to -lock classes. We build on that (see Documentation/lokcing/lockdep-design.txt). +lock classes. We build on that (see Documentation/locking/lockdep-design.txt). The graph below shows the relation between the lock functions and the various hooks therein.