public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH/TRIVIAL] Documentation: lockstat: Fix typo lokcing -> locking
@ 2015-09-09 23:46 Stephen Boyd
  2015-09-11 19:38 ` Jonathan Corbet
  2015-09-18  8:49 ` [tip:locking/core] locking/Documentation/lockstat: Fix typo - " tip-bot for Stephen Boyd
  0 siblings, 2 replies; 4+ messages in thread
From: Stephen Boyd @ 2015-09-09 23:46 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: linux-doc, linux-kernel, Jiri Kosina, Peter Zijlstra, Ingo Molnar

Cc: Jiri Kosina <trivial@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ingo Molnar <mingo@redhat.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
---
 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 568bbbacee91..5786ad2cd5e6 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.
 
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH/TRIVIAL] Documentation: lockstat: Fix typo lokcing -> locking
  2015-09-09 23:46 [PATCH/TRIVIAL] Documentation: lockstat: Fix typo lokcing -> locking Stephen Boyd
@ 2015-09-11 19:38 ` Jonathan Corbet
  2015-09-18  8:49 ` [tip:locking/core] locking/Documentation/lockstat: Fix typo - " tip-bot for Stephen Boyd
  1 sibling, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2015-09-11 19:38 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: linux-doc, linux-kernel, Jiri Kosina, Peter Zijlstra, Ingo Molnar

On Wed,  9 Sep 2015 16:46:38 -0700
Stephen Boyd <sboyd@codeaurora.org> wrote:

> diff --git a/Documentation/locking/lockstat.txt b/Documentation/locking/lockstat.txt
> index 568bbbacee91..5786ad2cd5e6 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.

Applied to the docs tree, thanks.

jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [tip:locking/core] locking/Documentation/lockstat: Fix typo - lokcing -> locking
  2015-09-09 23:46 [PATCH/TRIVIAL] Documentation: lockstat: Fix typo lokcing -> locking Stephen Boyd
  2015-09-11 19:38 ` Jonathan Corbet
@ 2015-09-18  8:49 ` tip-bot for Stephen Boyd
  2015-09-18 15:57   ` Stephen Boyd
  1 sibling, 1 reply; 4+ messages in thread
From: tip-bot for Stephen Boyd @ 2015-09-18  8:49 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: trivial, peterz, paulmck, hpa, corbet, torvalds, sboyd,
	linux-kernel, akpm, tglx, mingo

Commit-ID:  e58cdf585a38412f9f56c512d20e8e12637d9892
Gitweb:     http://git.kernel.org/tip/e58cdf585a38412f9f56c512d20e8e12637d9892
Author:     Stephen Boyd <sboyd@codeaurora.org>
AuthorDate: Wed, 9 Sep 2015 16:46:38 -0700
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Fri, 18 Sep 2015 09:27:28 +0200

locking/Documentation/lockstat: Fix typo - lokcing -> locking

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Jiri Kosina <trivial@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1441842398-25063-1-git-send-email-sboyd@codeaurora.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 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.
 

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [tip:locking/core] locking/Documentation/lockstat: Fix typo - lokcing -> locking
  2015-09-18  8:49 ` [tip:locking/core] locking/Documentation/lockstat: Fix typo - " tip-bot for Stephen Boyd
@ 2015-09-18 15:57   ` Stephen Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2015-09-18 15:57 UTC (permalink / raw)
  To: linux-kernel, akpm, tglx, mingo, paulmck, hpa, corbet, torvalds,
	trivial, peterz
  Cc: linux-tip-commits

On 09/18, tip-bot for Stephen Boyd wrote:
> Commit-ID:  e58cdf585a38412f9f56c512d20e8e12637d9892
> Gitweb:     http://git.kernel.org/tip/e58cdf585a38412f9f56c512d20e8e12637d9892
> Author:     Stephen Boyd <sboyd@codeaurora.org>
> AuthorDate: Wed, 9 Sep 2015 16:46:38 -0700
> Committer:  Ingo Molnar <mingo@kernel.org>
> CommitDate: Fri, 18 Sep 2015 09:27:28 +0200
> 
> locking/Documentation/lockstat: Fix typo - lokcing -> locking
> 
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: Jiri Kosina <trivial@kernel.org>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: Linus Torvalds <torvalds@linux-foundation.org>
> Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
> Cc: Peter Zijlstra <peterz@infradead.org>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Link: http://lkml.kernel.org/r/1441842398-25063-1-git-send-email-sboyd@codeaurora.org
> Signed-off-by: Ingo Molnar <mingo@kernel.org>

Jonathan Corbet already applied this to the documentation tree.
I guess it doesn't matter in the end because git will do the
right thing.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-09-18 15:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-09 23:46 [PATCH/TRIVIAL] Documentation: lockstat: Fix typo lokcing -> locking Stephen Boyd
2015-09-11 19:38 ` Jonathan Corbet
2015-09-18  8:49 ` [tip:locking/core] locking/Documentation/lockstat: Fix typo - " tip-bot for Stephen Boyd
2015-09-18 15:57   ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox