mirror of
https://github.com/torvalds/linux.git
synced 2026-03-13 22:36:17 +01:00
workqueue: Fix htmldocs build warning
Fix htmldocs build warning introduced by ec0a7d44b3 ("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>
This commit is contained in:
parent
ec0a7d44b3
commit
8dffaec34d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue