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

From: Quchaosheng

Date: Tue Sep 22 2026 - 04:44:47 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."

Writing it as "preemption point" reads better than restoring the missing
word, so use that.

Fixes: f66e4a996582 ("sched/core: Update kernel boot parameters for LAZY preempt.")
Assisted-by: LLM
Suggested-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
Signed-off-by: Quchaosheng <quchaosheng000406@xxxxxxx>
---

Changes in v2:
- Use "preemption point", Sebastian's wording, instead of restoring the
missing word.
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..83261eb6b26b 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
+ point is when the task returns to user space.

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