docs: kernel-hacking: fix typo

'GP_KERNEL' -> 'GFP_KERNEL'
Remove trailing '`' without clear purpose

Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
Reviewed-by: SJ Park <sj@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260629152912.86500-2-manuelebner@mailbox.org>
This commit is contained in:
Manuel Ebner 2026-06-29 17:29:13 +02:00 committed by Jonathan Corbet
parent dc59e4fea9
commit 8472415b2e

View File

@ -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()