All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] workqueue: Switch to new kerneldoc syntax for named variable macro argument
@ 2021-03-03 19:16 Jonathan Neuschäfer
  2021-03-20 18:23 ` Tejun Heo
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Neuschäfer @ 2021-03-03 19:16 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jonathan Neuschäfer, Tejun Heo, Lai Jiangshan

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 <j.neuschaefer@gmx.net>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] workqueue: Switch to new kerneldoc syntax for named variable macro argument
  2021-03-03 19:16 [PATCH] workqueue: Switch to new kerneldoc syntax for named variable macro argument Jonathan Neuschäfer
@ 2021-03-20 18:23 ` Tejun Heo
  2021-03-20 18:26   ` Jonathan Neuschäfer
  0 siblings, 1 reply; 3+ messages in thread
From: Tejun Heo @ 2021-03-20 18:23 UTC (permalink / raw)
  To: Jonathan Neuschäfer; +Cc: linux-kernel, Lai Jiangshan

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 <j.neuschaefer@gmx.net>

Acked-by: Tejun Heo <tj@kernel.org>

Can you re-send with trivial@kernel.org cc'd?

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] workqueue: Switch to new kerneldoc syntax for named variable macro argument
  2021-03-20 18:23 ` Tejun Heo
@ 2021-03-20 18:26   ` Jonathan Neuschäfer
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Neuschäfer @ 2021-03-20 18:26 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Jonathan Neuschäfer, linux-kernel, Lai Jiangshan

[-- Attachment #1: Type: text/plain, Size: 565 bytes --]

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 <j.neuschaefer@gmx.net>
> 
> Acked-by: Tejun Heo <tj@kernel.org>

Thanks.

> Can you re-send with trivial@kernel.org cc'd?

Will do.


Jonathan Neuschäfer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-20 18:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-03 19:16 [PATCH] workqueue: Switch to new kerneldoc syntax for named variable macro argument Jonathan Neuschäfer
2021-03-20 18:23 ` Tejun Heo
2021-03-20 18:26   ` Jonathan Neuschäfer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.