Skip to content

Commit 3775459

Browse files
shikemengaxboe
authored andcommitted
blk-cgroup: Fix typo in comment
Replace assocating with associating. Replace intiailized with initialized. Signed-off-by: Kemeng Shi <[email protected]> Acked-by: Tejun Heo <[email protected]> Reviewed-by: Mukesh Ojha <[email protected]> Reviewed-by: Chaitanya Kulkarni <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 8f41530 commit 3775459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

block/blk-cgroup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ EXPORT_SYMBOL_GPL(blkcg_print_blkgs);
610610
* @pd: policy private data of interest
611611
* @v: value to print
612612
*
613-
* Print @v to @sf for the device assocaited with @pd.
613+
* Print @v to @sf for the device associated with @pd.
614614
*/
615615
u64 __blkg_prfill_u64(struct seq_file *sf, struct blkg_policy_data *pd, u64 v)
616616
{
@@ -798,7 +798,7 @@ EXPORT_SYMBOL_GPL(blkg_conf_prep);
798798

799799
/**
800800
* blkg_conf_finish - finish up per-blkg config update
801-
* @ctx: blkg_conf_ctx intiailized by blkg_conf_prep()
801+
* @ctx: blkg_conf_ctx initialized by blkg_conf_prep()
802802
*
803803
* Finish up after per-blkg config update. This function must be paired
804804
* with blkg_conf_prep().

0 commit comments

Comments
 (0)