fs/ocfs2/suballoc.h: fix spelling typo in comment
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>
This commit is contained in:
parent
6e4a53ee79
commit
1c320cfa17
fs/ocfs2
|
@ -106,7 +106,7 @@ int ocfs2_claim_clusters(handle_t *handle,
|
||||||
u32 *cluster_start,
|
u32 *cluster_start,
|
||||||
u32 *num_clusters);
|
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.
|
* number of clusters smaller than the allocation reserved.
|
||||||
*/
|
*/
|
||||||
int __ocfs2_claim_clusters(handle_t *handle,
|
int __ocfs2_claim_clusters(handle_t *handle,
|
||||||
|
|
Loading…
Reference in New Issue