diff options
author | Minwoo Im <minwoo.im.dev@gmail.com> | 2018-02-15 15:53:17 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-02-15 16:27:06 +0100 |
commit | 096392e0714d3a520366ba467e215edf7280acff (patch) | |
tree | 74aaf0df233686dc944b1585f627e4c90d0bdfe8 | |
parent | Merge branch 'nvme-4.16-rc' of git://git.infradead.org/nvme into for-linus (diff) | |
download | linux-096392e0714d3a520366ba467e215edf7280acff.tar.xz linux-096392e0714d3a520366ba467e215edf7280acff.zip |
block: fix a typo in comment of BLK_MQ_POLL_STATS_BKTS
Update comment typo _consisitent_ to _consistent_ from following commit.
commit 0206319fdfee ("blk-mq: Fix poll_stat for new size-based bucketing.")
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 4f3df807cf8f..ed63f3b69c12 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -49,7 +49,7 @@ struct blk_stat_callback; #define BLKDEV_MIN_RQ 4 #define BLKDEV_MAX_RQ 128 /* Default maximum */ -/* Must be consisitent with blk_mq_poll_stats_bkt() */ +/* Must be consistent with blk_mq_poll_stats_bkt() */ #define BLK_MQ_POLL_STATS_BKTS 16 /* |