[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6bcc9d9f-102e-4f13-97a8-7ee273e71fdd@infradead.org>
Date: Fri, 19 Dec 2025 09:55:36 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: Thorsten Blum <thorsten.blum@...ux.dev>, Jonathan Corbet <corbet@....net>
Cc: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Documentation: kernel-hacking: Remove comma
On 12/19/25 9:18 AM, Thorsten Blum wrote:
> The comma is wrong, remove it.
>
> Signed-off-by: Thorsten Blum <thorsten.blum@...ux.dev>
Acked-by: Randy Dunlap <rdunlap@...radead.org>
> ---
> 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 0042776a9e17..06fcb7c662d3 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::
>
--
~Randy
Powered by blists - more mailing lists