From 82e87387f6e2af9f69a7528733e953fd22e815aa Mon Sep 17 00:00:00 2001 From: Thorsten Blum Date: Fri, 19 Dec 2025 18:18:26 +0100 Subject: [PATCH] Documentation: kernel-hacking: Remove comma The comma is wrong, remove it. Signed-off-by: Thorsten Blum Acked-by: Randy Dunlap Signed-off-by: Jonathan Corbet Message-ID: <20251219171827.44015-2-thorsten.blum@linux.dev> --- Documentation/kernel-hacking/hacking.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/kernel-hacking/hacking.rst b/Documentation/kernel-hacking/hacking.rst index 0042776a9e17c..06fcb7c662d3c 100644 --- a/Documentation/kernel-hacking/hacking.rst +++ b/Documentation/kernel-hacking/hacking.rst @@ -49,7 +49,7 @@ User Context User context is when you are coming in from a system call or other trap: like userspace, you can be preempted by more important tasks and by -interrupts. You can sleep, by calling :c:func:`schedule()`. +interrupts. You can sleep by calling :c:func:`schedule()`. .. note:: -- 2.47.3