diff options
author | Angelo Ruocco <angelo.ruocco.90@gmail.com> | 2019-04-08 17:35:34 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-04-08 10:05:43 -0600 |
commit | 636b8fe86bede8c9f797365986b8406ff2183f13 (patch) | |
tree | 41abc32d7167012dce42755cf1f67aa629126be5 /block/bfq-cgroup.c | |
parent | d0b0a81acbd809228b57fb27a89028ecd0fc542a (diff) |
block, bfq: fix some typos in comments
Some of the comments in the bfq files had typos. This patch fixes them.
Signed-off-by: Angelo Ruocco <angeloruocco90@gmail.com>
Signed-off-by: Paolo Valente <paolo.valente@linaro.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/bfq-cgroup.c')
-rw-r--r-- | block/bfq-cgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/bfq-cgroup.c b/block/bfq-cgroup.c index 2a74a3f2a8f7..793c027ca60e 100644 --- a/block/bfq-cgroup.c +++ b/block/bfq-cgroup.c @@ -1103,7 +1103,7 @@ struct cftype bfq_blkcg_legacy_files[] = { }, #endif /* CONFIG_DEBUG_BLK_CGROUP */ - /* the same statictics which cover the bfqg and its descendants */ + /* the same statistics which cover the bfqg and its descendants */ { .name = "bfq.io_service_bytes_recursive", .private = (unsigned long)&blkcg_policy_bfq, |