mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
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:
parent
dc59e4fea9
commit
8472415b2e
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user