From: Stephen Boyd Date: Wed, 9 Sep 2015 23:46:38 +0000 (-0700) Subject: locking/Documentation/lockstat: Fix typo - lokcing -> locking X-Git-Tag: v4.4-rc1~157^2~16 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=e58cdf585a38412f9f56c512d20e8e12637d9892;p=linux.git 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 --- 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.