The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] Docs: list: Fix bracket
@ 2026-07-09 11:50 Manuel Ebner
  2026-07-09 18:20 ` Randy Dunlap
  2026-07-10 19:03 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Manuel Ebner @ 2026-07-09 11:50 UTC (permalink / raw)
  To: Jonathan Corbet, Shuah Khan; +Cc: Manuel Ebner, linux-doc, linux-kernel

Add missing ')' to sentence.

Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
---
 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 479aa91cc395..df8b078bb366 100644
--- a/Documentation/core-api/list.rst
+++ b/Documentation/core-api/list.rst
@@ -458,7 +458,7 @@ The list_move() and list_move_tail() functions can be used to move an entry
 from one list to another, to either the start or end respectively.
 
 In the following example, we'll assume we start with two lists ("clowns" and
-"sidewalk" in the following initial state "State 0"::
+"sidewalk") in the following initial state "State 0"::
 
          .----------------------------------------------------------------.
          v                                                                |
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-07-10 19:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-09 11:50 [PATCH] Docs: list: Fix bracket Manuel Ebner
2026-07-09 18:20 ` Randy Dunlap
2026-07-10 19:03 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox