From: Randy Dunlap Date: Mon, 20 Jul 2020 00:14:44 +0000 (-0700) Subject: ubifs: misc.h: delete a duplicated word X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fcf44196305788b173748356a4f3ac2630454ba0;p=linux.git ubifs: misc.h: delete a duplicated word Drop the repeated word "as" in a comment. Signed-off-by: Randy Dunlap Cc: Richard Weinberger Cc: linux-mtd@lists.infradead.org Signed-off-by: Richard Weinberger --- diff --git a/fs/ubifs/misc.h b/fs/ubifs/misc.h index c97a4d537d835..615878e884baa 100644 --- a/fs/ubifs/misc.h +++ b/fs/ubifs/misc.h @@ -121,7 +121,7 @@ static inline const char *ubifs_compr_name(struct ubifs_info *c, int compr_type) * 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)