* [PATCH] workqueue: doc: Fix function name
@ 2024-07-19 14:17 Nikita Shubin via B4 Relay
2024-07-19 14:24 ` Matthew Wilcox
0 siblings, 1 reply; 2+ messages in thread
From: Nikita Shubin via B4 Relay @ 2024-07-19 14:17 UTC (permalink / raw)
To: Tejun Heo, Lai Jiangshan, Jonathan Corbet
Cc: nikita.shubin, linux-doc, linux-kernel, linux, Nikita Shubin
From: Nikita Shubin <n.shubin@yadro.com>
s/alloc_ordered_queue()/alloc_ordered_workqueue()/
Signed-off-by: Nikita Shubin <n.shubin@yadro.com>
---
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 bcc370c876be..f28d7a1ab4b1 100644
--- a/Documentation/core-api/workqueue.rst
+++ b/Documentation/core-api/workqueue.rst
@@ -260,7 +260,7 @@ Some users depend on strict execution ordering where only one work item
is in flight at any given time and the work items are processed in
queueing order. While the combination of ``@max_active`` of 1 and
``WQ_UNBOUND`` used to achieve this behavior, this is no longer the
-case. Use ``alloc_ordered_queue()`` instead.
+case. Use ``alloc_ordered_workqueue()`` instead.
Example Execution Scenarios
---
base-commit: 080402007007ca1bed8bcb103625137a5c8446c6
change-id: 20240719-fix_doc-4ecd72bf9934
Best regards,
--
Nikita Shubin <n.shubin@yadro.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] workqueue: doc: Fix function name
2024-07-19 14:17 [PATCH] workqueue: doc: Fix function name Nikita Shubin via B4 Relay
@ 2024-07-19 14:24 ` Matthew Wilcox
0 siblings, 0 replies; 2+ messages in thread
From: Matthew Wilcox @ 2024-07-19 14:24 UTC (permalink / raw)
To: n.shubin
Cc: Tejun Heo, Lai Jiangshan, Jonathan Corbet, nikita.shubin,
linux-doc, linux-kernel, linux
On Fri, Jul 19, 2024 at 05:17:38PM +0300, Nikita Shubin via B4 Relay wrote:
> -case. Use ``alloc_ordered_queue()`` instead.
> +case. Use ``alloc_ordered_workqueue()`` instead.
If we remove the `` markers, this turns into a nice link to
the kernel-doc for alloc_ordered_workqueue. ie:
+case. Use alloc_ordered_workqueue() instead.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-19 14:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-19 14:17 [PATCH] workqueue: doc: Fix function name Nikita Shubin via B4 Relay
2024-07-19 14:24 ` Matthew Wilcox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®