2021-03-04 23:28:42

by J. Neuschäfer

[permalink] [raw]
Subject: [PATCH] workqueue: Switch to new kerneldoc syntax for named variable macro argument

The syntax without dots is available since commit 43756e347f21
("scripts/kernel-doc: Add support for named variable macro arguments").

The same HTML output is produced with and without this patch.

Signed-off-by: Jonathan Neuschäfer <[email protected]>
---
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 d15a7730ee18b..83a51c5100e68 100644
--- a/include/linux/workqueue.h
+++ b/include/linux/workqueue.h
@@ -412,7 +412,7 @@ struct workqueue_struct *alloc_workqueue(const char *fmt,
* alloc_ordered_workqueue - allocate an ordered workqueue
* @fmt: printf format for the name of the workqueue
* @flags: WQ_* flags (only WQ_FREEZABLE and WQ_MEM_RECLAIM are meaningful)
- * @args...: args for @fmt
+ * @args: args for @fmt
*
* Allocate an ordered workqueue. An ordered workqueue executes at
* most one work item at any given time in the queued order. They are
--
2.30.1


2021-03-20 18:25:19

by Tejun Heo

[permalink] [raw]
Subject: Re: [PATCH] workqueue: Switch to new kerneldoc syntax for named variable macro argument

On Wed, Mar 03, 2021 at 08:16:38PM +0100, Jonathan Neusch?fer wrote:
> The syntax without dots is available since commit 43756e347f21
> ("scripts/kernel-doc: Add support for named variable macro arguments").
>
> The same HTML output is produced with and without this patch.
>
> Signed-off-by: Jonathan Neusch?fer <[email protected]>

Acked-by: Tejun Heo <[email protected]>

Can you re-send with [email protected] cc'd?

Thanks.

--
tejun

2021-03-20 18:28:32

by J. Neuschäfer

[permalink] [raw]
Subject: Re: [PATCH] workqueue: Switch to new kerneldoc syntax for named variable macro argument

On Sat, Mar 20, 2021 at 02:23:30PM -0400, Tejun Heo wrote:
> On Wed, Mar 03, 2021 at 08:16:38PM +0100, Jonathan Neuschäfer wrote:
> > The syntax without dots is available since commit 43756e347f21
> > ("scripts/kernel-doc: Add support for named variable macro arguments").
> >
> > The same HTML output is produced with and without this patch.
> >
> > Signed-off-by: Jonathan Neuschäfer <[email protected]>
>
> Acked-by: Tejun Heo <[email protected]>

Thanks.

> Can you re-send with [email protected] cc'd?

Will do.


Jonathan Neuschäfer


Attachments:
(No filename) (565.00 B)
signature.asc (849.00 B)
Download all attachments