[PATCH 2/2] docs: kernel-parameters: fix a truncated sentence for preempt=lazy

From: Quchaosheng

Date: Sat Sep 19 2026 - 22:21:31 EST


The "lazy" entry ends with:

One preemption is when the task returns to user space.

which is not a sentence. It is a leftover from shortening "One such
preemption is when the task returns to user space." Add the missing
word back.

Fixes: f66e4a996582 ("sched/core: Update kernel boot parameters for LAZY preempt.")
Signed-off-by: Quchaosheng <quchaosheng000406@xxxxxxx>
---
Documentation/admin-guide/kernel-parameters.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index 33cd30996e47..6c1bfba180a2 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -5453,8 +5453,8 @@ Kernel parameters
lazy - Scheduler controlled. Similar to full but instead
of preempting the task immediately, the task gets
one HZ tick time to yield itself before the
- preemption will be forced. One preemption is when the
- task returns to user space.
+ preemption will be forced. One such preemption is
+ when the task returns to user space.

print-fatal-signals=
[KNL] debug: print fatal signals
--
2.43.0