diff options
author | Peter Zijlstra <peterz@infradead.org> | 2013-11-08 02:26:39 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-11-11 06:41:33 -0500 |
commit | 67a6de49bf545c34eb8dee99abbb92d9ea268200 (patch) | |
tree | 654acef67f67d0dcc56942077df3a23eaff59879 /Documentation/DocBook | |
parent | 5ac68e7c34a4797aa4ca9615e5a6603bda1abe9b (diff) |
locking/doc: Update references to kernel/mutex.c
Fix this docbook error:
>> docproc: kernel/mutex.c: No such file or directory
by updating the stale references to kernel/mutex.c.
Reported-by: fengguang.wu@intel.com
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/n/tip-34pikw1tlsskj65rrt5iusrq@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/kernel-locking.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/kernel-locking.tmpl b/Documentation/DocBook/kernel-locking.tmpl index 09e884e5b9f5..19f2a5a5a5b4 100644 --- a/Documentation/DocBook/kernel-locking.tmpl +++ b/Documentation/DocBook/kernel-locking.tmpl | |||
@@ -1958,7 +1958,7 @@ machines due to caching. | |||
1958 | <chapter id="apiref-mutex"> | 1958 | <chapter id="apiref-mutex"> |
1959 | <title>Mutex API reference</title> | 1959 | <title>Mutex API reference</title> |
1960 | !Iinclude/linux/mutex.h | 1960 | !Iinclude/linux/mutex.h |
1961 | !Ekernel/mutex.c | 1961 | !Ekernel/locking/mutex.c |
1962 | </chapter> | 1962 | </chapter> |
1963 | 1963 | ||
1964 | <chapter id="apiref-futex"> | 1964 | <chapter id="apiref-futex"> |