Re: [PATCH] Docs: list: Fix bracket

From: Randy Dunlap

Date: Thu Jul 09 2026 - 14:20:14 EST




On 7/9/26 4:50 AM, Manuel Ebner wrote:
> Add missing ')' to sentence.
>
> Signed-off-by: Manuel Ebner <manuelebner@xxxxxxxxxxx>

Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Thanks.

> ---
> 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 |

--
~Randy