summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/tnc.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/tnc.c
parentb65054597872ce3aefbc6a666385eabdf9e288da (diff)
downloadlinux-stable-b8f1da98a219ab8c371fae5c3efb4b90b8594f3b.tar.gz
linux-stable-b8f1da98a219ab8c371fae5c3efb4b90b8594f3b.tar.bz2
linux-stable-b8f1da98a219ab8c371fae5c3efb4b90b8594f3b.zip
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/tnc.c')
-rw-r--r--fs/ubifs/tnc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/tnc.c b/fs/ubifs/tnc.c
index 894f1ab14616..c90b1c7c6819 100644
--- a/fs/ubifs/tnc.c
+++ b/fs/ubifs/tnc.c
@@ -377,7 +377,7 @@ static void lnc_free(struct ubifs_zbranch *zbr)
*
* This function reads a "hashed" node defined by @zbr from the leaf node cache
* (in it is there) or from the hash media, in which case the node is also
- * added to LNC. Returns zero in case of success or a negative negative error
+ * added to LNC. Returns zero in case of success or a negative error
* code in case of failure.
*/
static int tnc_read_hashed_node(struct ubifs_info *c, struct ubifs_zbranch *zbr,