fs/ocfs2/suballoc.h: fix spelling typo in comment
authorJiangshan Yi <yijiangshan@kylinos.cn>
Mon, 5 Sep 2022 06:16:56 +0000 (14:16 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 3 Oct 2022 21:21:42 +0000 (14:21 -0700)
Fix spelling typo in comment.

Link: https://lkml.kernel.org/r/20220905061656.1829179-1-13667453960@163.com
Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
Reported-by: k2ci <kernel-bot@kylinos.cn>
Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/ocfs2/suballoc.h

index 5805a03..9c74eac 100644 (file)
@@ -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,