Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Stephen Boyd and committed by
Jonathan Corbet
df5f0b6e 42f41ecf

+1 -1
+1 -1
Documentation/locking/lockstat.txt
··· 12 12 - HOW 13 13 14 14 Lockdep already has hooks in the lock functions and maps lock instances to 15 - lock classes. We build on that (see Documentation/lokcing/lockdep-design.txt). 15 + lock classes. We build on that (see Documentation/locking/lockdep-design.txt). 16 16 The graph below shows the relation between the lock functions and the various 17 17 hooks therein. 18 18