All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ocfs2: suballoc.h: delete a duplicated word
@ 2020-07-20  0:14 ` Randy Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2020-07-20  0:14 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Mark Fasheh, Joel Becker, Joseph Qi, ocfs2-devel

Drop the repeated word "is" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Mark Fasheh <mark@fasheh.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Joseph Qi <joseph.qi@linux.alibaba.com>
Cc: ocfs2-devel@oss.oracle.com
---
 fs/ocfs2/suballoc.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200717.orig/fs/ocfs2/suballoc.h
+++ linux-next-20200717/fs/ocfs2/suballoc.h
@@ -40,7 +40,7 @@ struct ocfs2_alloc_context {
 
 	u64    ac_last_group;
 	u64    ac_max_block;  /* Highest block number to allocate. 0 is
-				 is the same as ~0 - unlimited */
+				 the same as ~0 - unlimited */
 
 	int    ac_find_loc_only;  /* hack for reflink operation ordering */
 	struct ocfs2_suballoc_result *ac_find_loc_priv; /* */

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-20  1:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-20  0:14 [PATCH] ocfs2: suballoc.h: delete a duplicated word Randy Dunlap
2020-07-20  0:14 ` [Ocfs2-devel] " Randy Dunlap
2020-07-20  1:17 ` Joseph Qi
2020-07-20  1:17   ` Joseph Qi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.