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/debug.c | |
parent | b65054597872ce3aefbc6a666385eabdf9e288da (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/debug.c')
-rw-r--r-- | fs/ubifs/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/debug.c b/fs/ubifs/debug.c index ebff43f8009c..a041ddd9b22a 100644 --- a/fs/ubifs/debug.c +++ b/fs/ubifs/debug.c @@ -1012,7 +1012,7 @@ void dbg_save_space_info(struct ubifs_info *c) * * This function compares current flash space information with the information * which was saved when the 'dbg_save_space_info()' function was called. - * Returns zero if the information has not changed, and %-EINVAL it it has + * Returns zero if the information has not changed, and %-EINVAL if it has * changed. */ int dbg_check_space_info(struct ubifs_info *c) |