Skip to content

Commit 8bee9dd

Browse files
neuschaeferhtejun
authored andcommitted
workqueue: Switch to new kerneldoc syntax for named variable macro argument
The syntax without dots is available since commit 43756e3 ("scripts/kernel-doc: Add support for named variable macro arguments"). The same HTML output is produced with and without this patch. Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Tejun Heo <tj@kernel.org>
1 parent 873a400 commit 8bee9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/workqueue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ alloc_workqueue(const char *fmt, unsigned int flags, int max_active, ...);
406406
* alloc_ordered_workqueue - allocate an ordered workqueue
407407
* @fmt: printf format for the name of the workqueue
408408
* @flags: WQ_* flags (only WQ_FREEZABLE and WQ_MEM_RECLAIM are meaningful)
409-
* @args...: args for @fmt
409+
* @args: args for @fmt
410410
*
411411
* Allocate an ordered workqueue. An ordered workqueue executes at
412412
* most one work item at any given time in the queued order. They are

0 commit comments

Comments
 (0)