[PATCH] fs/ocfs2/suballoc.h: fix spelling typo in comment

Jiangshan Yi posted 1 patch 3 years, 7 months ago
fs/ocfs2/suballoc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] fs/ocfs2/suballoc.h: fix spelling typo in comment
Posted by Jiangshan Yi 3 years, 7 months ago
From: Jiangshan Yi <yijiangshan@kylinos.cn>

Fix spelling typo in comment.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
---
 fs/ocfs2/suballoc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ocfs2/suballoc.h b/fs/ocfs2/suballoc.h
index 5805a03d100b..9c74eace3adc 100644
--- a/fs/ocfs2/suballoc.h
+++ b/fs/ocfs2/suballoc.h
@@ -106,7 +106,7 @@ int ocfs2_claim_clusters(handle_t *handle,
 			 u32 *cluster_start,
 			 u32 *num_clusters);
 /*
- * Use this variant of ocfs2_claim_clusters to specify a maxiumum
+ * Use this variant of ocfs2_claim_clusters to specify a maximum
  * number of clusters smaller than the allocation reserved.
  */
 int __ocfs2_claim_clusters(handle_t *handle,
-- 
2.27.0


No virus found
		Checked by Hillstone Network AntiVirus
Re: [PATCH] fs/ocfs2/suballoc.h: fix spelling typo in comment
Posted by Joseph Qi 3 years, 7 months ago

On 9/5/22 2:16 PM, Jiangshan Yi wrote:
> From: Jiangshan Yi <yijiangshan@kylinos.cn>
> 
> Fix spelling typo in comment.
> 
> Reported-by: k2ci <kernel-bot@kylinos.cn>
> Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>

Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com>
> ---
>  fs/ocfs2/suballoc.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/ocfs2/suballoc.h b/fs/ocfs2/suballoc.h
> index 5805a03d100b..9c74eace3adc 100644
> --- a/fs/ocfs2/suballoc.h
> +++ b/fs/ocfs2/suballoc.h
> @@ -106,7 +106,7 @@ int ocfs2_claim_clusters(handle_t *handle,
>  			 u32 *cluster_start,
>  			 u32 *num_clusters);
>  /*
> - * Use this variant of ocfs2_claim_clusters to specify a maxiumum
> + * Use this variant of ocfs2_claim_clusters to specify a maximum
>   * number of clusters smaller than the allocation reserved.
>   */
>  int __ocfs2_claim_clusters(handle_t *handle,