Skip to content

Commit 8dffaec

Browse files
committed
workqueue: Fix htmldocs build warning
Fix htmldocs build warning introduced by ec0a7d4 ("workqueue: Add interface for user-defined workqueue lockdep map"). Signed-off-by: Tejun Heo <[email protected]> Reported-by: Stephen Rothwell <[email protected]> Cc: Matthew Brost <[email protected]>
1 parent ec0a7d4 commit 8dffaec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/workqueue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ alloc_workqueue_lockdep_map(const char *fmt, unsigned int flags, int max_active,
534534
* @fmt: printf format for the name of the workqueue
535535
* @flags: WQ_* flags (only WQ_FREEZABLE and WQ_MEM_RECLAIM are meaningful)
536536
* @lockdep_map: user-defined lockdep_map
537-
* @args: args for @fmt
537+
* @...: args for @fmt
538538
*
539539
* Same as alloc_ordered_workqueue but with the a user-define lockdep_map.
540540
* Useful for workqueues created with the same purpose and to avoid leaking a

0 commit comments

Comments
 (0)