* [PATCH] docs: fix typo in list.rst
@ 2026-05-17 4:07 Sakurai Shun
2026-05-25 20:22 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Sakurai Shun @ 2026-05-17 4:07 UTC (permalink / raw)
To: Jonathan Corbet, Shuah Khan; +Cc: Sakurai Shun, linux-doc, linux-kernel
Replace "reinitalizes" with "reinitializes"
Signed-off-by: Sakurai Shun <ssh1326@icloud.com>
---
Documentation/core-api/list.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/core-api/list.rst b/Documentation/core-api/list.rst
index 241464ca0..4819343a2 100644
--- a/Documentation/core-api/list.rst
+++ b/Documentation/core-api/list.rst
@@ -752,7 +752,7 @@ This is because list_splice() did not reinitialize the list_head it took
entries from, leaving its pointer pointing into what is now a different list.
If we want to avoid this situation, list_splice_init() can be used. It does the
-same thing as list_splice(), except reinitalizes the donor list_head after the
+same thing as list_splice(), except reinitializes the donor list_head after the
transplant.
Concurrency considerations
--
2.54.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] docs: fix typo in list.rst
2026-05-17 4:07 [PATCH] docs: fix typo in list.rst Sakurai Shun
@ 2026-05-25 20:22 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2026-05-25 20:22 UTC (permalink / raw)
To: Sakurai Shun, Shuah Khan; +Cc: Sakurai Shun, linux-doc, linux-kernel
Sakurai Shun <ssh1326@icloud.com> writes:
> Replace "reinitalizes" with "reinitializes"
>
> Signed-off-by: Sakurai Shun <ssh1326@icloud.com>
> ---
> Documentation/core-api/list.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/core-api/list.rst b/Documentation/core-api/list.rst
> index 241464ca0..4819343a2 100644
> --- a/Documentation/core-api/list.rst
> +++ b/Documentation/core-api/list.rst
> @@ -752,7 +752,7 @@ This is because list_splice() did not reinitialize the list_head it took
> entries from, leaving its pointer pointing into what is now a different list.
>
> If we want to avoid this situation, list_splice_init() can be used. It does the
> -same thing as list_splice(), except reinitalizes the donor list_head after the
> +same thing as list_splice(), except reinitializes the donor list_head after the
> transplant.
This one was fixed a month ago; please work against docs-next (or
linux-next) when generating patches.
Thanks,
jon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-25 20:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-17 4:07 [PATCH] docs: fix typo in list.rst Sakurai Shun
2026-05-25 20:22 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome