Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> --- diff --git a/drivers/base/dd.c b/drivers/base/dd.c index e3bbed8..94e10cf 100644 --- a/drivers/base/dd.c +++ b/drivers/base/dd.c @@ -54,6 +54,7 @@ static struct workqueue_struct *deferred_wq; /** * deferred_probe_work_func() - Retry probing devices in the active list. + * @work: struct work_struct, defined in workqueue.h. */ static void deferred_probe_work_func(struct work_struct *work) { -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html