From 355c06633e233a57155b827ebe99b91c35bc1f5c Mon Sep 17 00:00:00 2001 From: Jonathan Corbet Date: Thu, 13 Aug 2015 17:52:02 -0600 Subject: [PATCH] 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 Signed-off-by: Tejun Heo --- Reading git-format-patch failed