From 8472415b2ef0fd1350c0e730470e879950646e5f Mon Sep 17 00:00:00 2001 From: Manuel Ebner Date: Mon, 29 Jun 2026 17:29:13 +0200 Subject: [PATCH] docs: kernel-hacking: fix typo 'GP_KERNEL' -> 'GFP_KERNEL' Remove trailing '`' without clear purpose Signed-off-by: Manuel Ebner Reviewed-by: SJ Park Signed-off-by: Jonathan Corbet Message-ID: <20260629152912.86500-2-manuelebner@mailbox.org> --- 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(GFP_KERNEL) - mutex_lock_interruptible() and mutex_lock()