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

2021-03-20 Thread Jonathan Neuschäfer
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 out

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

2021-03-20 Thread Tejun Heo
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: Jona

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

2021-03-03 Thread Jonathan Neuschäfer
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 --- include/linux/workqueue.h | 2 +- 1 file changed, 1 inserti