diff options
author | Tejun Heo <tj@kernel.org> | 2024-08-19 12:18:23 -1000 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2024-08-19 12:18:23 -1000 |
commit | 8dffaec34dd55473adcbc924a4c9b04aaa0d4278 (patch) | |
tree | a3f81e0029d5d9f602c19099dea158b102046a2c /include/linux/workqueue.h | |
parent | ec0a7d44b358afaaf52856d03c72e20587bc888b (diff) |
workqueue: Fix htmldocs build warning
Fix htmldocs build warning introduced by ec0a7d44b358 ("workqueue: Add
interface for user-defined workqueue lockdep map").
Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Matthew Brost <matthew.brost@intel.com>
Diffstat (limited to 'include/linux/workqueue.h')
-rw-r--r-- | include/linux/workqueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index 8ccbf510880b..04dff07a9e2b 100644 --- a/include/linux/workqueue.h +++ b/include/linux/workqueue.h @@ -534,7 +534,7 @@ alloc_workqueue_lockdep_map(const char *fmt, unsigned int flags, int max_active, * @fmt: printf format for the name of the workqueue * @flags: WQ_* flags (only WQ_FREEZABLE and WQ_MEM_RECLAIM are meaningful) * @lockdep_map: user-defined lockdep_map - * @args: args for @fmt + * @...: args for @fmt * * Same as alloc_ordered_workqueue but with the a user-define lockdep_map. * Useful for workqueues created with the same purpose and to avoid leaking a |