* [PATCH] docs: workqueue: Fix bracket
@ 2026-07-09 14:29 Manuel Ebner
2026-07-09 18:21 ` Randy Dunlap
2026-07-09 21:46 ` Tejun Heo
0 siblings, 2 replies; 3+ messages in thread
From: Manuel Ebner @ 2026-07-09 14:29 UTC (permalink / raw)
To: Tejun Heo, Lai Jiangshan, Jonathan Corbet, Shuah Khan,
Silvio Fricke
Cc: Manuel Ebner, linux-doc, linux-kernel
Add missing ')'.
Fixes: e7f08ffb1855 ("Documentation/workqueue.txt: convert to ReST markup")
Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
---
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
--
2.54.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] docs: workqueue: Fix bracket
2026-07-09 14:29 [PATCH] docs: workqueue: Fix bracket Manuel Ebner
@ 2026-07-09 18:21 ` Randy Dunlap
2026-07-09 21:46 ` Tejun Heo
1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2026-07-09 18:21 UTC (permalink / raw)
To: Manuel Ebner, Tejun Heo, Lai Jiangshan, Jonathan Corbet,
Shuah Khan, Silvio Fricke
Cc: linux-doc, linux-kernel
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@mailbox.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] docs: workqueue: Fix bracket
2026-07-09 14:29 [PATCH] docs: workqueue: Fix bracket Manuel Ebner
2026-07-09 18:21 ` Randy Dunlap
@ 2026-07-09 21:46 ` Tejun Heo
1 sibling, 0 replies; 3+ messages in thread
From: Tejun Heo @ 2026-07-09 21:46 UTC (permalink / raw)
To: Manuel Ebner
Cc: Lai Jiangshan, Jonathan Corbet, Shuah Khan, Silvio Fricke,
Randy Dunlap, linux-doc, linux-kernel
Hello, Manuel.
Applied to wq/for-7.3. I dropped the Fixes tag. It's unnecessary for a
doc typo and pointed at the wrong commit.
Thanks.
--
tejun
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-07-09 21:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-09 14:29 [PATCH] docs: workqueue: Fix bracket Manuel Ebner
2026-07-09 18:21 ` Randy Dunlap
2026-07-09 21:46 ` Tejun Heo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox