[tip: core/rcu] doc/RCU/rcu: Use absolute paths for non-rst files

From: tip-bot2 for SeongJae Park
Date: Tue Mar 24 2020 - 05:16:37 EST


The following commit has been merged into the core/rcu branch of tip:

Commit-ID: 6a534b299ab20bdb345d3a6df0fc557c963fc50d
Gitweb: https://git.kernel.org/tip/6a534b299ab20bdb345d3a6df0fc557c963fc50d
Author: SeongJae Park <sjpark@xxxxxxxxx>
AuthorDate: Mon, 06 Jan 2020 21:08:00 +01:00
Committer: Paul E. McKenney <paulmck@xxxxxxxxxx>
CommitterDate: Thu, 27 Feb 2020 07:03:13 -08:00

doc/RCU/rcu: Use absolute paths for non-rst files

Signed-off-by: SeongJae Park <sjpark@xxxxxxxxx>
Signed-off-by: Paul E. McKenney <paulmck@xxxxxxxxxx>
---
Documentation/RCU/rcu.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/RCU/rcu.rst b/Documentation/RCU/rcu.rst
index a1dd71d..2a830c5 100644
--- a/Documentation/RCU/rcu.rst
+++ b/Documentation/RCU/rcu.rst
@@ -75,7 +75,7 @@ Frequently Asked Questions
- I hear that RCU is patented? What is with that?

Yes, it is. There are several known patents related to RCU,
- search for the string "Patent" in RTFP.txt to find them.
+ search for the string "Patent" in Documentation/RCU/RTFP.txt to find them.
Of these, one was allowed to lapse by the assignee, and the
others have been contributed to the Linux kernel under GPL.
There are now also LGPL implementations of user-level RCU
@@ -88,5 +88,5 @@ Frequently Asked Questions

- Where can I find more information on RCU?

- See the RTFP.txt file in this directory.
+ See the Documentation/RCU/RTFP.txt file.
Or point your browser at (http://www.rdrop.com/users/paulmck/RCU/).