| From: wangjianli <wangjianli@cdjrlc.com> |
| Subject: fs/ocfs2: fix repeated words in comments |
| Date: Thu, 8 Sep 2022 21:00:36 +0800 |
| |
| Delete the redundant word 'to'. |
| |
| Link: https://lkml.kernel.org/r/20220908130036.31149-1-wangjianli@cdjrlc.com |
| Signed-off-by: wangjianli <wangjianli@cdjrlc.com> |
| Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com> |
| Cc: Mark Fasheh <mark@fasheh.com> |
| Cc: Joel Becker <jlbec@evilplan.org> |
| Cc: Junxiao Bi <junxiao.bi@oracle.com> |
| Cc: Changwei Ge <gechangwei@live.cn> |
| Cc: Gang He <ghe@suse.com> |
| Cc: Jun Piao <piaojun@huawei.com> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| fs/ocfs2/refcounttree.c | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| --- a/fs/ocfs2/refcounttree.c~fs-ocfs2-fix-repeated-words-in-comments |
| +++ a/fs/ocfs2/refcounttree.c |
| @@ -2614,7 +2614,7 @@ static inline unsigned int ocfs2_cow_ali |
| } |
| |
| /* |
| - * Calculate out the start and number of virtual clusters we need to to CoW. |
| + * Calculate out the start and number of virtual clusters we need to CoW. |
| * |
| * cpos is vitual start cluster position we want to do CoW in a |
| * file and write_len is the cluster length. |
| _ |