The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [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

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