ocfs2: delete repeated words in comments
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>
This commit is contained in:

committed by
Linus Torvalds

parent
4f8c94022f
commit
679edeb0ed
@@ -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;
|
||||
|
Reference in New Issue
Block a user