commit | 51da7f68edae38e81543d57fd71811f7481c0472 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Mon Apr 22 10:03:13 2024 -1000 |
committer | Tejun Heo <tj@kernel.org> | Mon Apr 22 10:08:04 2024 -1000 |
tree | e880e82ebe84269a06c16dd4d4d752b2770d5590 | |
parent | 31103f40b1b5d4382446b4d5af37e61dce31f8d5 [diff] |
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>