+1
-1
include/linux/workqueue.h
+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