diff mbox series

ubifs: misc.h: delete a duplicated word

Message ID 20200720001444.30972-1-rdunlap@infradead.org
State Accepted
Headers show
Series ubifs: misc.h: delete a duplicated word | expand

Commit Message

Randy Dunlap July 20, 2020, 12:14 a.m. UTC
Drop the repeated word "as" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Richard Weinberger <richard@nod.at>
Cc: linux-mtd@lists.infradead.org
---
 fs/ubifs/misc.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Richard Weinberger Aug. 2, 2020, 8:58 p.m. UTC | #1
On Mon, Jul 20, 2020 at 2:16 AM Randy Dunlap <rdunlap@infradead.org> wrote:
>
> Drop the repeated word "as" in a comment.
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Richard Weinberger <richard@nod.at>
> Cc: linux-mtd@lists.infradead.org
> ---
>  fs/ubifs/misc.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied!
diff mbox series

Patch

--- linux-next-20200717.orig/fs/ubifs/misc.h
+++ linux-next-20200717/fs/ubifs/misc.h
@@ -121,7 +121,7 @@  static inline const char *ubifs_compr_na
  * ubifs_wbuf_sync - synchronize write-buffer.
  * @wbuf: write-buffer to synchronize
  *
- * This is the same as as 'ubifs_wbuf_sync_nolock()' but it does not assume
+ * This is the same as 'ubifs_wbuf_sync_nolock()' but it does not assume
  * that the write-buffer is already locked.
  */
 static inline int ubifs_wbuf_sync(struct ubifs_wbuf *wbuf)