From: Jonathan Neuschäfer Date: Thu, 9 Jun 2022 23:41:10 +0000 (+0200) Subject: workqueue: Switch to new kerneldoc syntax for named variable macro argument X-Git-Tag: baikal/mips/sdk6.1~5498^2 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=71d7f44080ae431c000ee88c7a0b02e8f5c8ec94;p=kernel.git workqueue: Switch to new kerneldoc syntax for named variable macro argument 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 Acked-by: Tejun Heo Signed-off-by: Tejun Heo --- diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index e1f1c8b1121bd..62e75dd40d9a6 100644 --- a/include/linux/workqueue.h +++ b/include/linux/workqueue.h @@ -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