workqueue: Switch to new kerneldoc syntax for named variable macro argument

The syntax without dots is available since commit 43756e347f21
("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>

authored by Jonathan Neuschäfer and committed by Tejun Heo 8bee9dd9 873a4009

Changed files
+1 -1
include
linux
+1 -1
include/linux/workqueue.h
··· 406 406 * alloc_ordered_workqueue - allocate an ordered workqueue 407 407 * @fmt: printf format for the name of the workqueue 408 408 * @flags: WQ_* flags (only WQ_FREEZABLE and WQ_MEM_RECLAIM are meaningful) 409 - * @args...: args for @fmt 409 + * @args: args for @fmt 410 410 * 411 411 * Allocate an ordered workqueue. An ordered workqueue executes at 412 412 * most one work item at any given time in the queued order. They are