From: Jens Axboe Date: Thu, 15 Nov 2018 22:18:32 +0000 (-0700) Subject: workqueue: fix misleading comment X-Git-Tag: fio-3.13~115 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=0943e13c80b404e0c8a11ad21d7d8ca84ba5fd3e;p=fio.git workqueue: fix misleading comment We don't return anything from workqueue_enqueue(). Signed-off-by: Jens Axboe --- diff --git a/workqueue.c b/workqueue.c index 841dbb9f..faed2452 100644 --- a/workqueue.c +++ b/workqueue.c @@ -97,7 +97,7 @@ void workqueue_flush(struct workqueue *wq) } /* - * Must be serialized by caller. Returns true for queued, false for busy. + * Must be serialized by caller. */ void workqueue_enqueue(struct workqueue *wq, struct workqueue_work *work) {