diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-08-05 05:49:35 +0300 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2020-12-13 23:51:46 +0300 |
commit | b8f1da98a219ab8c371fae5c3efb4b90b8594f3b (patch) | |
tree | 8552f1f500d02caa6539fd5ebaaf155f4fced2a9 /fs/ubifs/replay.c | |
parent | b65054597872ce3aefbc6a666385eabdf9e288da (diff) | |
download | linux-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/replay.c')
-rw-r--r-- | fs/ubifs/replay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/replay.c b/fs/ubifs/replay.c index 2f8d8f4f411a..d0bbb30781b3 100644 --- a/fs/ubifs/replay.c +++ b/fs/ubifs/replay.c @@ -574,7 +574,7 @@ static int authenticate_sleb_hash(struct ubifs_info *c, struct shash_desc *log_h * @c: UBIFS file-system description object * @sleb: the scan LEB to authenticate * @log_hash: - * @is_last: if true, this is is the last LEB + * @is_last: if true, this is the last LEB * * This function iterates over the buds of a single LEB authenticating all buds * with the authentication nodes on this LEB. Authentication nodes are written |