* [PATCH v2] docs: kernel-hacking: fix typo
@ 2026-06-29 15:29 Manuel Ebner
2026-06-30 5:01 ` SJ Park
2026-06-30 19:30 ` Jonathan Corbet
0 siblings, 2 replies; 3+ messages in thread
From: Manuel Ebner @ 2026-06-29 15:29 UTC (permalink / raw)
To: Jonathan Corbet, Shuah Khan, Vlastimil Babka, SeongJae Park,
open list:DOCUMENTATION, open list
Cc: Manuel Ebner
'GP_KERNEL' -> 'GFP_KERNEL'
Remove trailing '`' without clear purpose
Signed-off-by: Manuel Ebner <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>`
+- kmalloc(GFP_KERNEL) <kmalloc>
- mutex_lock_interruptible() and
mutex_lock()
--
2.54.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] docs: kernel-hacking: fix typo
2026-06-29 15:29 [PATCH v2] docs: kernel-hacking: fix typo Manuel Ebner
@ 2026-06-30 5:01 ` SJ Park
2026-06-30 19:30 ` Jonathan Corbet
1 sibling, 0 replies; 3+ messages in thread
From: SJ Park @ 2026-06-30 5:01 UTC (permalink / raw)
To: Manuel Ebner
Cc: SJ Park, Jonathan Corbet, Shuah Khan, Vlastimil Babka,
open list:DOCUMENTATION, open list
On Mon, 29 Jun 2026 17:29:13 +0200 Manuel Ebner <manuelebner@mailbox.org> wrote:
> 'GP_KERNEL' -> 'GFP_KERNEL'
> Remove trailing '`' without clear purpose
Nice catch!
>
> Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
Reviewed-by: SJ Park <sj@kernel.org>
Thanks,
SJ
[...]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] docs: kernel-hacking: fix typo
2026-06-29 15:29 [PATCH v2] docs: kernel-hacking: fix typo Manuel Ebner
2026-06-30 5:01 ` SJ Park
@ 2026-06-30 19:30 ` Jonathan Corbet
1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2026-06-30 19:30 UTC (permalink / raw)
To: Manuel Ebner, Shuah Khan, Vlastimil Babka, SeongJae Park,
open list:DOCUMENTATION, open list
Cc: Manuel Ebner
Manuel Ebner <manuelebner@mailbox.org> writes:
> 'GP_KERNEL' -> 'GFP_KERNEL'
> Remove trailing '`' without clear purpose
>
> Signed-off-by: Manuel Ebner <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>`
> +- kmalloc(GFP_KERNEL) <kmalloc>
>
> - mutex_lock_interruptible() and
> mutex_lock()
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-06-30 19:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-29 15:29 [PATCH v2] docs: kernel-hacking: fix typo Manuel Ebner
2026-06-30 5:01 ` SJ Park
2026-06-30 19:30 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox