blk-mq: Fix a comment in include/linux/blk-mq.h
authorBart Van Assche <bvanassche@acm.org>
Tue, 10 Mar 2020 04:26:16 +0000 (21:26 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 10 Mar 2020 13:09:59 +0000 (07:09 -0600)
commit2dd209f00fc5a1caafa493066c7cd692fd2fd57c
tree59c4abc73aac91946ef44b72357025d382cfa096
parent2c523b344dfa65a3738e7039832044aa133c75fb
blk-mq: Fix a comment in include/linux/blk-mq.h

The 'hctx_list' member of struct blk_mq_hw_ctx is not a list head but
instead an entry in q->unused_hctx_list. Fix the comment above this
struct member.

Fixes: d386732bc142 ("blk-mq: fill header with kernel-doc")
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Cc: André Almeida <andrealmeid@collabora.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/blk-mq.h