diff options
author | Zheng Yongjun <zhengyongjun3@huawei.com> | 2021-06-04 03:45:56 +0200 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2021-06-22 09:21:39 +0200 |
commit | 07c32de44e67882e66f4f81f78d2a16bb72337e4 (patch) | |
tree | 0d482c07c3ac0a10ea2cbe86c6efe0e59a58ecc9 /fs/ubifs/ubifs.h | |
parent | ubifs: Remove ui_mutex in ubifs_xattr_get and change_xattr (diff) | |
download | linux-07c32de44e67882e66f4f81f78d2a16bb72337e4.tar.xz 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/ubifs.h')
-rw-r--r-- | fs/ubifs/ubifs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h index 7e978f421430..c38066ce9ab0 100644 --- a/fs/ubifs/ubifs.h +++ b/fs/ubifs/ubifs.h @@ -914,7 +914,7 @@ struct ubifs_budget_req { * @rb: rb-tree node of rb-tree of orphans sorted by inode number * @list: list head of list of orphans in order added * @new_list: list head of list of orphans added since the last commit - * @child_list: list of xattr childs if this orphan hosts xattrs, list head + * @child_list: list of xattr children if this orphan hosts xattrs, list head * if this orphan is a xattr, not used otherwise. * @cnext: next orphan to commit * @dnext: next orphan to delete |