]> git.baikalelectronics.ru Git - kernel.git/commitdiff
workqueue: Switch to new kerneldoc syntax for named variable macro argument
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Thu, 9 Jun 2022 23:41:10 +0000 (01:41 +0200)
committerTejun Heo <tj@kernel.org>
Sun, 12 Jun 2022 00:16:42 +0000 (14:16 -1000)
The syntax without dots is available since commit 305b69c84ac2
("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>
include/linux/workqueue.h

index e1f1c8b1121bda6d09e3e82723645dfda903ef91..62e75dd40d9a634648b6beab951de0cb624da161 100644 (file)
@@ -406,7 +406,7 @@ alloc_workqueue(const char *fmt, unsigned int flags, int max_active, ...);
  * alloc_ordered_workqueue - allocate an ordered workqueue
  * @fmt: printf format for the name of the workqueue
  * @flags: WQ_* flags (only WQ_FREEZABLE and WQ_MEM_RECLAIM are meaningful)
- * @args...: args for @fmt
+ * @args: args for @fmt
  *
  * Allocate an ordered workqueue.  An ordered workqueue executes at
  * most one work item at any given time in the queued order.  They are