From 05e59e5fb0064c97a1c10921ecd549f2d4a58565 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 09 Oct 2024 06:14:40 +0000
Subject: [PATCH] add REDIRECT

---
 kernel/Documentation/RCU/checklist.rst |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/Documentation/RCU/checklist.rst b/kernel/Documentation/RCU/checklist.rst
index 7ed4956..2efed99 100644
--- a/kernel/Documentation/RCU/checklist.rst
+++ b/kernel/Documentation/RCU/checklist.rst
@@ -214,7 +214,7 @@
 	the rest of the system.
 
 7.	As of v4.20, a given kernel implements only one RCU flavor,
-	which is RCU-sched for PREEMPTION=n and RCU-preempt for PREEMPTION=y.
+	which is RCU-sched for PREEMPT=n and RCU-preempt for PREEMPT=y.
 	If the updater uses call_rcu() or synchronize_rcu(),
 	then the corresponding readers my use rcu_read_lock() and
 	rcu_read_unlock(), rcu_read_lock_bh() and rcu_read_unlock_bh(),

--
Gitblit v1.6.2