On 08/26/2012 05:17 AM, Robert P. J. Day wrote: > > Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> > It's interesting that the 'work' parameter is (always) unused AFAICT (in deferred work functions). Maybe some historical reason for it, but I dunno. > --- > > 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) > { > -- ~Randy -- 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