Re: [PATCH] docs: workqueue: Fix bracket
From: Randy Dunlap
Date: Thu Jul 09 2026 - 14:21:45 EST
On 7/9/26 7:29 AM, Manuel Ebner wrote:
> Add missing ')'.
>
> Fixes: e7f08ffb1855 ("Documentation/workqueue.txt: convert to ReST markup")
> Signed-off-by: Manuel Ebner <manuelebner@xxxxxxxxxxx>
Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Thanks.
> ---
> Documentation/core-api/workqueue.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/core-api/workqueue.rst b/Documentation/core-api/workqueue.rst
> index 411e1b28b8de..bb770f556568 100644
> --- a/Documentation/core-api/workqueue.rst
> +++ b/Documentation/core-api/workqueue.rst
> @@ -356,7 +356,7 @@ Guidelines
> well under the default limit.
>
> * A wq serves as a domain for forward progress guarantee
> - (``WQ_MEM_RECLAIM``, flush and work item attributes. Work items
> + (``WQ_MEM_RECLAIM``), flush and work item attributes. Work items
> which are not involved in memory reclaim and don't need to be
> flushed as a part of a group of work items, and don't require any
> special attribute, can use one of the system wq. There is no
--
~Randy