All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] blk-cgroup: Fix typo in comment
@ 2022-10-13 14:16 ` Kemeng Shi
  0 siblings, 0 replies; 6+ messages in thread
From: Kemeng Shi @ 2022-10-13 14:16 UTC (permalink / raw)
  To: tj, axboe; +Cc: cgroups, linux-block, linux-kernel, shikemeng

Replace assocating with associating.
Replace intiailized with initialized.

Signed-off-by: Kemeng Shi <shikemeng@huawei.com>
Acked-by: Tejun Heo <tj@kernel.org>
---
Changes in v2:
 -based on current mainline code
 -add acked-by

 block/blk-cgroup.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c
index 6a5c849ee061..4c4bc874bd95 100644
--- a/block/blk-cgroup.c
+++ b/block/blk-cgroup.c
@@ -577,7 +577,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)
 {
@@ -765,7 +765,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().
-- 
2.30.0


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

* [PATCH v2] blk-cgroup: Fix typo in comment
@ 2022-10-13 14:16 ` Kemeng Shi
  0 siblings, 0 replies; 6+ messages in thread
From: Kemeng Shi @ 2022-10-13 14:16 UTC (permalink / raw)
  To: tj, axboe; +Cc: cgroups, linux-block, linux-kernel, shikemeng

Replace assocating with associating.
Replace intiailized with initialized.

Signed-off-by: Kemeng Shi <shikemeng@huawei.com>
Acked-by: Tejun Heo <tj@kernel.org>
---
Changes in v2:
 -based on current mainline code
 -add acked-by

 block/blk-cgroup.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c
index 6a5c849ee061..4c4bc874bd95 100644
--- a/block/blk-cgroup.c
+++ b/block/blk-cgroup.c
@@ -577,7 +577,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)
 {
@@ -765,7 +765,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().
-- 
2.30.0


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

* Re: [PATCH v2] blk-cgroup: Fix typo in comment
  2022-10-13 14:16 ` Kemeng Shi
@ 2022-10-13 14:19   ` Mukesh Ojha
  -1 siblings, 0 replies; 6+ messages in thread
From: Mukesh Ojha @ 2022-10-13 14:19 UTC (permalink / raw)
  To: Kemeng Shi, tj, axboe; +Cc: cgroups, linux-block, linux-kernel

Hi,

On 10/13/2022 7:46 PM, Kemeng Shi wrote:
> Replace assocating with associating.
> Replace intiailized with initialized.
> 
> Signed-off-by: Kemeng Shi <shikemeng@huawei.com>
> Acked-by: Tejun Heo <tj@kernel.org>
> ---
> Changes in v2:
>   -based on current mainline code
>   -add acked-by
> 
>   block/blk-cgroup.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c
> index 6a5c849ee061..4c4bc874bd95 100644
> --- a/block/blk-cgroup.c
> +++ b/block/blk-cgroup.c
> @@ -577,7 +577,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)
>   {
> @@ -765,7 +765,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().


LGTM.
Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com>

-Mukesh

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

* Re: [PATCH v2] blk-cgroup: Fix typo in comment
@ 2022-10-13 14:19   ` Mukesh Ojha
  0 siblings, 0 replies; 6+ messages in thread
From: Mukesh Ojha @ 2022-10-13 14:19 UTC (permalink / raw)
  To: Kemeng Shi, tj, axboe; +Cc: cgroups, linux-block, linux-kernel

Hi,

On 10/13/2022 7:46 PM, Kemeng Shi wrote:
> Replace assocating with associating.
> Replace intiailized with initialized.
> 
> Signed-off-by: Kemeng Shi <shikemeng@huawei.com>
> Acked-by: Tejun Heo <tj@kernel.org>
> ---
> Changes in v2:
>   -based on current mainline code
>   -add acked-by
> 
>   block/blk-cgroup.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c
> index 6a5c849ee061..4c4bc874bd95 100644
> --- a/block/blk-cgroup.c
> +++ b/block/blk-cgroup.c
> @@ -577,7 +577,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)
>   {
> @@ -765,7 +765,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().


LGTM.
Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com>

-Mukesh

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

* Re: [PATCH v2] blk-cgroup: Fix typo in comment
  2022-10-13 14:16 ` Kemeng Shi
@ 2022-11-23  6:07   ` Kemeng Shi
  -1 siblings, 0 replies; 6+ messages in thread
From: Kemeng Shi @ 2022-11-23  6:07 UTC (permalink / raw)
  To: tj, axboe; +Cc: cgroups, linux-block, linux-kernel

Friendly ping

on 10/13/2022 10:16 PM, Kemeng Shi wrote:
> Replace assocating with associating.
> Replace intiailized with initialized.
> 
> Signed-off-by: Kemeng Shi <shikemeng@huawei.com>
> Acked-by: Tejun Heo <tj@kernel.org>
> ---
> Changes in v2:
>  -based on current mainline code
>  -add acked-by
> 
>  block/blk-cgroup.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c
> index 6a5c849ee061..4c4bc874bd95 100644
> --- a/block/blk-cgroup.c
> +++ b/block/blk-cgroup.c
> @@ -577,7 +577,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)
>  {
> @@ -765,7 +765,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().
> 

-- 
Best wishes
Kemeng Shi

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

* Re: [PATCH v2] blk-cgroup: Fix typo in comment
@ 2022-11-23  6:07   ` Kemeng Shi
  0 siblings, 0 replies; 6+ messages in thread
From: Kemeng Shi @ 2022-11-23  6:07 UTC (permalink / raw)
  To: tj, axboe; +Cc: cgroups, linux-block, linux-kernel

Friendly ping

on 10/13/2022 10:16 PM, Kemeng Shi wrote:
> Replace assocating with associating.
> Replace intiailized with initialized.
> 
> Signed-off-by: Kemeng Shi <shikemeng@huawei.com>
> Acked-by: Tejun Heo <tj@kernel.org>
> ---
> Changes in v2:
>  -based on current mainline code
>  -add acked-by
> 
>  block/blk-cgroup.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c
> index 6a5c849ee061..4c4bc874bd95 100644
> --- a/block/blk-cgroup.c
> +++ b/block/blk-cgroup.c
> @@ -577,7 +577,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)
>  {
> @@ -765,7 +765,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().
> 

-- 
Best wishes
Kemeng Shi

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

end of thread, other threads:[~2022-11-23  6:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-13 14:16 [PATCH v2] blk-cgroup: Fix typo in comment Kemeng Shi
2022-10-13 14:16 ` Kemeng Shi
2022-10-13 14:19 ` Mukesh Ojha
2022-10-13 14:19   ` Mukesh Ojha
2022-11-23  6:07 ` Kemeng Shi
2022-11-23  6:07   ` Kemeng Shi

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.