lkml.org 
[lkml]   [2020]   [Apr]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] doc:locking: add hyperlinks to rt-mutex document
Date
The patch add missing hyperlinks to the rt-mutex document

Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it>
---
Documentation/locking/rt-mutex-design.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/locking/rt-mutex-design.rst b/Documentation/locking/rt-mutex-design.rst
index bdd6b0013e02..15dc8db8b804 100644
--- a/Documentation/locking/rt-mutex-design.rst
+++ b/Documentation/locking/rt-mutex-design.rst
@@ -9,7 +9,7 @@ Licensed under the GNU Free Documentation License, Version 1.2

This document tries to describe the design of the rtmutex.c implementation.
It doesn't describe the reasons why rtmutex.c exists. For that please see
-Documentation/locking/rt-mutex.rst. Although this document does explain problems
+:doc:`./rt-mutex`. Although this document does explain problems
that happen without this code, but that is in the concept to understand
what the code actually is doing.

@@ -308,7 +308,7 @@ not true, the rtmutex.c code will be broken!), this allows for the least
significant bit to be used as a flag. Bit 0 is used as the "Has Waiters"
flag. It's set whenever there are waiters on a mutex.

-See Documentation/locking/rt-mutex.rst for further details.
+See :doc:`./rt-mutex` for further details.

cmpxchg Tricks
--------------
--
2.25.1
\
 
 \ /
  Last update: 2020-04-05 23:06    [W:0.028 / U:0.888 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site