Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e58cdf58 authored by Stephen Boyd's avatar Stephen Boyd Committed by Ingo Molnar
Browse files

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



Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarPeter 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: default avatarIngo Molnar <mingo@kernel.org>
parent d6a36785
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -12,7 +12,7 @@ Because things like lock contention can severely impact performance.
- HOW
- HOW


Lockdep already has hooks in the lock functions and maps lock instances to
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
The graph below shows the relation between the lock functions and the various
hooks therein.
hooks therein.