From: Minwoo Im Date: Fri, 4 Dec 2020 15:20:54 +0000 (+0900) Subject: blk-mq: update arg in comment of blk_mq_map_queue X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d220a21410e445324b8ae67d93f9c51406f99a29;p=linux.git blk-mq: update arg in comment of blk_mq_map_queue Update mis-named argument description of blk_mq_map_queue(). This patch also updates description that argument to software queue percpu context. Signed-off-by: Minwoo Im Reviewed-by: John Garry Signed-off-by: Jens Axboe --- diff --git a/block/blk-mq.h b/block/blk-mq.h index c696515766c78..c1458d9502f1c 100644 --- a/block/blk-mq.h +++ b/block/blk-mq.h @@ -99,7 +99,7 @@ static inline struct blk_mq_hw_ctx *blk_mq_map_queue_type(struct request_queue * * blk_mq_map_queue() - map (cmd_flags,type) to hardware queue * @q: request queue * @flags: request command flags - * @cpu: cpu ctx + * @ctx: software queue cpu ctx */ static inline struct blk_mq_hw_ctx *blk_mq_map_queue(struct request_queue *q, unsigned int flags,