diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-19 17:14:44 -0700 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2020-08-02 22:59:03 +0200 |
commit | fcf44196305788b173748356a4f3ac2630454ba0 (patch) | |
tree | b796edcbbf1bc4b478272c10a4a9ad471e26041f | |
parent | a7a8f4a1e6b309b5365be784a07bbda1ceab2d9e (diff) |
ubifs: misc.h: delete a duplicated word
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
Signed-off-by: Richard Weinberger <richard@nod.at>
-rw-r--r-- | fs/ubifs/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/misc.h b/fs/ubifs/misc.h index c97a4d537d83..615878e884ba 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) |