Re: [PATCH 3/3] blk-mq: fix msec comment from micro to milli seconds

From: John Garry
Date: Fri Dec 11 2020 - 12:03:21 EST


On 04/12/2020 15:20, Minwoo Im wrote:
Delay to wait for queue running is milli second unit which is passed to
delayed work via msecs_to_jiffies() which is to convert milliseconds to
jiffies.

Signed-off-by: Minwoo Im<minwoo.im.dev@xxxxxxxxx>
---
Reviewed-by: John Garry <john.garry@xxxxxxxxxx>