aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs/master.c
diff options
context:
space:
mode:
authorGravatar Zheng Yongjun <zhengyongjun3@huawei.com> 2021-06-04 09:45:56 +0800
committerGravatar Richard Weinberger <richard@nod.at> 2021-06-22 09:21:39 +0200
commit07c32de44e67882e66f4f81f78d2a16bb72337e4 (patch)
tree0d482c07c3ac0a10ea2cbe86c6efe0e59a58ecc9 /fs/ubifs/master.c
parentubifs: Remove ui_mutex in ubifs_xattr_get and change_xattr (diff)
downloadlinux-07c32de44e67882e66f4f81f78d2a16bb72337e4.tar.gz
linux-07c32de44e67882e66f4f81f78d2a16bb72337e4.tar.bz2
linux-07c32de44e67882e66f4f81f78d2a16bb72337e4.zip
ubifs: Fix spelling mistakes
Fix some spelling mistakes in comments: withoug ==> without numer ==> number aswell ==> as well referes ==> refers childs ==> children unnecesarry ==> unnecessary Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Reviewed-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'fs/ubifs/master.c')
-rw-r--r--fs/ubifs/master.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/master.c b/fs/ubifs/master.c
index 0df9a3dd0aaa..7adc37c10b6a 100644
--- a/fs/ubifs/master.c
+++ b/fs/ubifs/master.c
@@ -37,7 +37,7 @@ int ubifs_compare_master_node(struct ubifs_info *c, void *m1, void *m2)
return ret;
/*
- * Do not compare the embedded HMAC aswell which also must be different
+ * Do not compare the embedded HMAC as well which also must be different
* due to the different common node header.
*/
behind = hmac_offs + UBIFS_MAX_HMAC_LEN;