diff options
Diffstat (limited to 'drivers/base/dd.c')
-rw-r--r-- | drivers/base/dd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/dd.c b/drivers/base/dd.c index e4ffbcf2f519..cdc779cf79a3 100644 --- a/drivers/base/dd.c +++ b/drivers/base/dd.c | |||
@@ -54,7 +54,7 @@ static LIST_HEAD(deferred_probe_active_list); | |||
54 | static struct workqueue_struct *deferred_wq; | 54 | static struct workqueue_struct *deferred_wq; |
55 | static atomic_t deferred_trigger_count = ATOMIC_INIT(0); | 55 | static atomic_t deferred_trigger_count = ATOMIC_INIT(0); |
56 | 56 | ||
57 | /** | 57 | /* |
58 | * deferred_probe_work_func() - Retry probing devices in the active list. | 58 | * deferred_probe_work_func() - Retry probing devices in the active list. |
59 | */ | 59 | */ |
60 | static void deferred_probe_work_func(struct work_struct *work) | 60 | static void deferred_probe_work_func(struct work_struct *work) |