ocfs2: delete repeated words in comments
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 13 Oct 2020 23:48:21 +0000 (16:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Oct 2020 01:38:27 +0000 (18:38 -0700)
Drop duplicated words {the, and} in comments.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com>
Cc: Mark Fasheh <mark@fasheh.com>
Cc: Joel Becker <jlbec@evilplan.org>
Link: https://lkml.kernel.org/r/20200811021845.25134-1-rdunlap@infradead.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ocfs2/alloc.c
fs/ocfs2/localalloc.c

index 4c1b904..32317ff 100644 (file)
@@ -6013,7 +6013,7 @@ int __ocfs2_flush_truncate_log(struct ocfs2_super *osb)
                goto out;
        }
 
-       /* Appending truncate log(TA) and and flushing truncate log(TF) are
+       /* Appending truncate log(TA) and flushing truncate log(TF) are
         * two separated transactions. They can be both committed but not
         * checkpointed. If crash occurs then, both two transaction will be
         * replayed with several already released to global bitmap clusters.
index 720e9f9..fc8252a 100644 (file)
@@ -677,7 +677,7 @@ int ocfs2_reserve_local_alloc_bits(struct ocfs2_super *osb,
                /*
                 * Under certain conditions, the window slide code
                 * might have reduced the number of bits available or
-                * disabled the the local alloc entirely. Re-check
+                * disabled the local alloc entirely. Re-check
                 * here and return -ENOSPC if necessary.
                 */
                status = -ENOSPC;