projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ddbc29
)
block: fix a typo in comment of BLK_MQ_POLL_STATS_BKTS
author
Minwoo Im
<
[email protected]
>
Thu, 15 Feb 2018 14:53:17 +0000
(23:53 +0900)
committer
Jens Axboe
<
[email protected]
>
Thu, 15 Feb 2018 15:27:06 +0000
(08:27 -0700)
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
patch
|
blob
|
history
diff --git
a/include/linux/blkdev.h
b/include/linux/blkdev.h
index 4f3df807cf8f73076ca6e735b901b14360528aa6..ed63f3b69c12b6378feeb52dc91503753ec74284 100644
(file)
--- 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 consis
i
tent with blk_mq_poll_stats_bkt() */
+/* Must be consistent with blk_mq_poll_stats_bkt() */
#define BLK_MQ_POLL_STATS_BKTS 16
/*