Re: [PATCH v2] docs: kernel-hacking: fix typo

From: Jonathan Corbet

Date: Tue Jun 30 2026 - 15:30:49 EST


Manuel Ebner <manuelebner@xxxxxxxxxxx> writes:

> 'GP_KERNEL' -> 'GFP_KERNEL'
> Remove trailing '`' without clear purpose
>
> Signed-off-by: Manuel Ebner <manuelebner@xxxxxxxxxxx>
> ---
> Documentation/kernel-hacking/locking.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/kernel-hacking/locking.rst b/Documentation/kernel-hacking/locking.rst
> index c969c76ef7cb..674475123593 100644
> --- a/Documentation/kernel-hacking/locking.rst
> +++ b/Documentation/kernel-hacking/locking.rst
> @@ -1317,7 +1317,7 @@ from user context, and can sleep.
>
> - put_user()
>
> -- kmalloc(GP_KERNEL) <kmalloc>`
> +- kmalloc(GFP_KERNEL) <kmalloc>
>
> - mutex_lock_interruptible() and
> mutex_lock()

Applied, thanks.

jon