summaryrefslogtreecommitdiffstats
path: root/Documentation/locking
diff options
context:
space:
mode:
authorTom Saeger <tom.saeger@oracle.com>2017-10-12 16:23:36 -0400
committerJonathan Corbet <corbet@lwn.net>2017-10-19 14:56:44 -0400
commit796cacdda786cb5466277ae51465a798f3c665b4 (patch)
tree09ca2672705a1e6cc7a16b88ad3ecb7f32bfe5c7 /Documentation/locking
parent4845688d6a86d411a7622148e4f39d29b51e92cd (diff)
Documentation: fix locking rt-mutex doc refs
Signed-off-by: Tom Saeger <tom.saeger@oracle.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/locking')
-rw-r--r--Documentation/locking/rt-mutex-design.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/locking/rt-mutex-design.txt b/Documentation/locking/rt-mutex-design.txt
index 6c6e8c2410de..3d7b865539cc 100644
--- a/Documentation/locking/rt-mutex-design.txt
+++ b/Documentation/locking/rt-mutex-design.txt
@@ -8,7 +8,7 @@ RT-mutex implementation design
8 8
9This document tries to describe the design of the rtmutex.c implementation. 9This document tries to describe the design of the rtmutex.c implementation.
10It doesn't describe the reasons why rtmutex.c exists. For that please see 10It doesn't describe the reasons why rtmutex.c exists. For that please see
11Documentation/rt-mutex.txt. Although this document does explain problems 11Documentation/locking/rt-mutex.txt. Although this document does explain problems
12that happen without this code, but that is in the concept to understand 12that happen without this code, but that is in the concept to understand
13what the code actually is doing. 13what the code actually is doing.
14 14