* linux-next: build warning after merge of the workqueues tree
@ 2024-08-14 4:18 Stephen Rothwell
2024-08-19 22:21 ` [PATCH wq/for-6.12] workqueue: Fix htmldocs build warning Tejun Heo
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2024-08-14 4:18 UTC (permalink / raw)
To: Tejun Heo
Cc: Matthew Brost, Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 380 bytes --]
Hi all,
After merging the workqueues tree, today's linux-next build (htmldocs)
produced this warning:
include/linux/workqueue.h:549: warning: Excess function parameter 'args' description in 'alloc_ordered_workqueue_lockdep_map'
Introduced by commit
ec0a7d44b358 ("workqueue: Add interface for user-defined workqueue lockdep map")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH wq/for-6.12] workqueue: Fix htmldocs build warning
2024-08-14 4:18 linux-next: build warning after merge of the workqueues tree Stephen Rothwell
@ 2024-08-19 22:21 ` Tejun Heo
0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2024-08-19 22:21 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Matthew Brost, Linux Kernel Mailing List, Linux Next Mailing List
From 8dffaec34dd55473adcbc924a4c9b04aaa0d4278 Mon Sep 17 00:00:00 2001
From: Tejun Heo <tj@kernel.org>
Date: Mon, 19 Aug 2024 12:18:23 -1000
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>
---
include/linux/workqueue.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-19 22:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-14 4:18 linux-next: build warning after merge of the workqueues tree Stephen Rothwell
2024-08-19 22:21 ` [PATCH wq/for-6.12] workqueue: Fix htmldocs build warning Tejun Heo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).