workqueue: fix some docbook warnings
authorJonathan Corbet <corbet@lwn.net>
Thu, 13 Aug 2015 23:52:02 +0000 (17:52 -0600)
committerTejun Heo <tj@kernel.org>
Mon, 17 Aug 2015 19:48:24 +0000 (15:48 -0400)
commit355c06633e233a57155b827ebe99b91c35bc1f5c
tree15dc48298b0169be14be98275286106839790bb5
parent1dadafa86a779884f14a6e7a3ddde1a57b0a0a65
workqueue: fix some docbook warnings

There are some errors in the docbook comments in workqueue.h that cause
warnings when the docs are built; this only recently came to light because
these comments were not used until now.  Fix the comments to make the
warnings go away.

The "args..." "fix" is a hack.  kerneldoc doesn't deal properly with named
variadic arguments in macros, so all I've really achieved here is to make
it shut up.  Fixing kerneldoc will have to wait for more time.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/workqueue.h