diff options
| author | Manuel Ebner <manuelebner@mailbox.org> | 2026-07-09 13:50:09 +0200 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2026-07-15 10:51:27 -0600 |
| commit | 703cc3d342bc009c2fb98b796a2fe4270d543b4f (patch) | |
| tree | bc9c2c0b58fb966acb4c23b7d2546b77a0ebf806 | |
| parent | 8ff722efae9fcf8b18bf17c4d81104b8864695de (diff) | |
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>
| -rw-r--r-- | Documentation/core-api/list.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |
