workqueue: Use "@..." in function comment to describe variable length argument
authorTejun Heo <tj@kernel.org>
Mon, 22 Apr 2024 20:03:13 +0000 (10:03 -1000)
committerTejun Heo <tj@kernel.org>
Mon, 22 Apr 2024 20:08:04 +0000 (10:08 -1000)
commit51da7f68edae38e81543d57fd71811f7481c0472
treee880e82ebe84269a06c16dd4d4d752b2770d5590
parent31103f40b1b5d4382446b4d5af37e61dce31f8d5
workqueue: Use "@..." in function comment to describe variable length argument

Previously, it was using "remaining args" without leading "@" which isn't
valid. Let's follow snprintf()'s example and use "@...".

Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
include/linux/workqueue.h