diff mbox

block: fix a typo in comment of BLK_MQ_POLL_STATS_BKTS

Message ID 1518706397-16116-1-git-send-email-minwoo.im.dev@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Minwoo Im Feb. 15, 2018, 2:53 p.m. UTC
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>
---
 include/linux/blkdev.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jens Axboe Feb. 15, 2018, 3:27 p.m. UTC | #1
On 2/15/18 7:53 AM, Minwoo Im wrote:
> Update comment typo _consisitent_ to _consistent_ from following commit.
> commit 0206319fdfee ("blk-mq: Fix poll_stat for new size-based bucketing.")

Applied, thanks.
diff mbox

Patch

diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 4f3df80..ed63f3b 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
 
 /*