mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
Docs: list: Fix bracket
Add missing ')' to sentence. Signed-off-by: Manuel Ebner <manuelebner@mailbox.org> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260709115008.387869-3-manuelebner@mailbox.org>
This commit is contained in:
parent
8ff722efae
commit
703cc3d342
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user