diff options
author | Kemeng Shi <shikemeng@huawei.com> | 2022-12-06 17:33:07 +0800 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-12-08 09:17:21 -0700 |
commit | 37754595e94779db869e6ef803f038fa956d08ff (patch) | |
tree | 055856f605996f1eac06a122577cd2809e88556b /block | |
parent | 8f415307c3ca14081b510ec4ab827df9d920c5ee (diff) | |
download | linux-next-37754595e94779db869e6ef803f038fa956d08ff.tar.gz |
blk-cgroup: Fix typo in comment
Replace assocating with associating.
Replace intiailized with initialized.
Signed-off-by: Kemeng Shi <shikemeng@huawei.com>
Acked-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Link: https://lore.kernel.org/r/20221206093307.378249-1-shikemeng@huaweicloud.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
-rw-r--r-- | block/blk-cgroup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c index 0e225ca7bd9a..ce09e56c35a8 100644 --- a/block/blk-cgroup.c +++ b/block/blk-cgroup.c @@ -610,7 +610,7 @@ EXPORT_SYMBOL_GPL(blkcg_print_blkgs); * @pd: policy private data of interest * @v: value to print * - * Print @v to @sf for the device assocaited with @pd. + * Print @v to @sf for the device associated with @pd. */ u64 __blkg_prfill_u64(struct seq_file *sf, struct blkg_policy_data *pd, u64 v) { @@ -798,7 +798,7 @@ EXPORT_SYMBOL_GPL(blkg_conf_prep); /** * blkg_conf_finish - finish up per-blkg config update - * @ctx: blkg_conf_ctx intiailized by blkg_conf_prep() + * @ctx: blkg_conf_ctx initialized by blkg_conf_prep() * * Finish up after per-blkg config update. This function must be paired * with blkg_conf_prep(). |