diff options
| author | Peter Zijlstra <[email protected]> | 2013-11-08 08:26:39 +0100 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2013-11-11 12:41:33 +0100 |
| commit | 67a6de49bf545c34eb8dee99abbb92d9ea268200 (patch) | |
| tree | 654acef67f67d0dcc56942077df3a23eaff59879 /kernel/locking | |
| 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: [email protected]
Signed-off-by: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'kernel/locking')
| -rw-r--r-- | kernel/locking/mutex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/locking/mutex.c b/kernel/locking/mutex.c index d24105b1b794..4dd6e4c219de 100644 --- a/kernel/locking/mutex.c +++ b/kernel/locking/mutex.c @@ -1,5 +1,5 @@ /* - * kernel/mutex.c + * kernel/locking/mutex.c * * Mutexes: blocking mutual exclusion locks * |