Skip to content

Commit

Permalink
ubifs: misc.h: delete a duplicated word
Browse files Browse the repository at this point in the history
Drop the repeated word "as" in a comment.

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Richard Weinberger <[email protected]>
Cc: [email protected]
Signed-off-by: Richard Weinberger <[email protected]>
  • Loading branch information
rddunlap authored and richardweinberger committed Aug 2, 2020
1 parent a7a8f4a commit fcf4419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ubifs/misc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fcf4419

Please sign in to comment.