summaryrefslogtreecommitdiff
path: root/fs/ubifs/io.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-08-05 05:49:35 +0300
committerRichard Weinberger <richard@nod.at>2020-12-13 23:51:46 +0300
commitb8f1da98a219ab8c371fae5c3efb4b90b8594f3b (patch)
tree8552f1f500d02caa6539fd5ebaaf155f4fced2a9 /fs/ubifs/io.c
parentb65054597872ce3aefbc6a666385eabdf9e288da (diff)
downloadlinux-b8f1da98a219ab8c371fae5c3efb4b90b8594f3b.tar.xz
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/io.c')
-rw-r--r--fs/ubifs/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/io.c b/fs/ubifs/io.c
index 7e4bfaf2871f..2dc933f73165 100644
--- a/fs/ubifs/io.c
+++ b/fs/ubifs/io.c
@@ -1046,7 +1046,7 @@ out:
* @lnum: logical eraseblock number
* @offs: offset within the logical eraseblock
*
- * This function reads a node of known type and and length, checks it and
+ * This function reads a node of known type and length, checks it and
* stores in @buf. Returns zero in case of success, %-EUCLEAN if CRC mismatched
* and a negative error code in case of failure.
*/