Skip to content

Commit

Permalink
workqueue: doc: Fix function name, remove markers
Browse files Browse the repository at this point in the history
- s/alloc_ordered_queue()/alloc_ordered_workqueue()/
- remove markers to convert it into a link.

Signed-off-by: Nikita Shubin <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
  • Loading branch information
maquefel authored and htejun committed Aug 6, 2024
1 parent 8400291 commit 44732f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/core-api/workqueue.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44732f1

Please sign in to comment.