diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-08-04 19:49:35 -0700 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2020-12-13 21:51:46 +0100 |
commit | b8f1da98a219ab8c371fae5c3efb4b90b8594f3b (patch) | |
tree | 8552f1f500d02caa6539fd5ebaaf155f4fced2a9 /fs/ubifs/tnc_misc.c | |
parent | b65054597872ce3aefbc6a666385eabdf9e288da (diff) | |
download | lwn-b8f1da98a219ab8c371fae5c3efb4b90b8594f3b.tar.gz lwn-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_misc.c')
-rw-r--r-- | fs/ubifs/tnc_misc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ubifs/tnc_misc.c b/fs/ubifs/tnc_misc.c index ccaf94ea5be3..fcb451ef88b8 100644 --- a/fs/ubifs/tnc_misc.c +++ b/fs/ubifs/tnc_misc.c @@ -455,8 +455,7 @@ out: * @node: node is returned here * * This function reads a node defined by @zbr from the flash media. Returns - * zero in case of success or a negative negative error code in case of - * failure. + * zero in case of success or a negative error code in case of failure. */ int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr, void *node) |