block: fix a typo in comment of BLK_MQ_POLL_STATS_BKTS
"Linux Kernel Mailing List" <[email protected]> Sat, 17 Feb 2018 19:17:15 +0000 (UTC)
| Newsgroups | gmane.linux.kernel.commits.head |
|---|---|
| Message-ID | <[email protected]> |
Web: https://git.kernel.org/torvalds/c/096392e0714d3a520366ba467e215edf7280acff Commit: 096392e0714d3a520366ba467e215edf7280acff Parent: 7ddbc29fe4efea44e120c8dc085fa78fc28bb65f Refname: refs/heads/master Author: Minwoo Im <[email protected]> AuthorDate: Thu Feb 15 23:53:17 2018 +0900 Committer: Jens Axboe <[email protected]> CommitDate: Thu Feb 15 08:27:06 2018 -0700 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 <[email protected]> Signed-off-by: Minwoo Im <[email protected]> Signed-off-by: Jens Axboe <[email protected]> --- include/linux/blkdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /* -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html