• R/O
  • HTTP
  • SSH
  • HTTPS

tomoyo-test1: 提交

This is a test repository.


Commit MetaInfo

修訂8bee9dd953b69c634d1c9a3241a8b357469ad4aa (tree)
時間2022-06-12 09:16:42
作者Jonathan Neuschäfer <j.neuschaefer@gmx....>
CommiterTejun Heo

Log Message

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

Change Summary

差異

--- a/include/linux/workqueue.h
+++ b/include/linux/workqueue.h
@@ -406,7 +406,7 @@ alloc_workqueue(const char *fmt, unsigned int flags, int max_active, ...);
406406 * alloc_ordered_workqueue - allocate an ordered workqueue
407407 * @fmt: printf format for the name of the workqueue
408408 * @flags: WQ_* flags (only WQ_FREEZABLE and WQ_MEM_RECLAIM are meaningful)
409- * @args...: args for @fmt
409+ * @args: args for @fmt
410410 *
411411 * Allocate an ordered workqueue. An ordered workqueue executes at
412412 * most one work item at any given time in the queued order. They are
Show on old repository browser