All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] block: fix a typo in comment of BLK_MQ_POLL_STATS_BKTS
@ 2018-02-15 14:53 Minwoo Im
  2018-02-15 15:27 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Minwoo Im @ 2018-02-15 14:53 UTC (permalink / raw)
  To: linux-block; +Cc: Jens Axboe, Minwoo Im

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(-)

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
 
 /*
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] block: fix a typo in comment of BLK_MQ_POLL_STATS_BKTS
  2018-02-15 14:53 [PATCH] block: fix a typo in comment of BLK_MQ_POLL_STATS_BKTS Minwoo Im
@ 2018-02-15 15:27 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2018-02-15 15:27 UTC (permalink / raw)
  To: Minwoo Im, linux-block

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.

-- 
Jens Axboe

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-15 15:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-15 14:53 [PATCH] block: fix a typo in comment of BLK_MQ_POLL_STATS_BKTS Minwoo Im
2018-02-15 15:27 ` Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.