summaryrefslogtreecommitdiff
path: root/fs/ubifs/dir.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-08-04 19:49:35 -0700
committerRichard Weinberger <richard@nod.at>2020-12-13 21:51:46 +0100
commitb8f1da98a219ab8c371fae5c3efb4b90b8594f3b (patch)
tree8552f1f500d02caa6539fd5ebaaf155f4fced2a9 /fs/ubifs/dir.c
parentb65054597872ce3aefbc6a666385eabdf9e288da (diff)
ubifs: Delete duplicated words + other fixes
Delete repeated words in fs/ubifs/. {negative, is, of, and, one, it} where "it it" was changed to "if it". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> To: linux-fsdevel@vger.kernel.org Cc: Richard Weinberger <richard@nod.at> Cc: linux-mtd@lists.infradead.org Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'fs/ubifs/dir.c')
-rw-r--r--fs/ubifs/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/dir.c b/fs/ubifs/dir.c
index 155521e51ac5..301810e5bf92 100644
--- a/fs/ubifs/dir.c
+++ b/fs/ubifs/dir.c
@@ -834,7 +834,7 @@ out_fname:
*
* This function checks if directory @dir is empty. Returns zero if the
* directory is empty, %-ENOTEMPTY if it is not, and other negative error codes
- * in case of of errors.
+ * in case of errors.
*/
int ubifs_check_dir_empty(struct inode *dir)
{