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

Commit df5f0b6e authored by Stephen Boyd's avatar Stephen Boyd Committed by Jonathan Corbet
Browse files

Documentation: lockstat: Fix typo lokcing -> locking



Cc: Jiri Kosina <trivial@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ingo Molnar <mingo@redhat.com>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 42f41ecf
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.