diff options
| author | Stephen Boyd <sboyd@codeaurora.org> | 2015-09-09 19:46:38 -0400 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2015-09-13 16:38:50 -0400 |
| commit | df5f0b6efb20be669ad356eba675706d4cda2d0b (patch) | |
| tree | 0620520df1835369ec1b627cc79731a8186e145c | |
| parent | 42f41ecfa946db61a490b3f8da3b7f18b76ca138 (diff) | |
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>
| -rw-r--r-- | Documentation/locking/lockstat.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |||
| 12 | - HOW | 12 | - HOW |
| 13 | 13 | ||
| 14 | Lockdep already has hooks in the lock functions and maps lock instances to | 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 | The graph below shows the relation between the lock functions and the various | 16 | The graph below shows the relation between the lock functions and the various |
| 17 | hooks therein. | 17 | hooks therein. |
| 18 | 18 | ||
