projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08e8cf5
)
fs/ntfs3: fix spelling mistake "attibute" -> "attribute"
author
Yu Zhe
<yuzhe@nfschina.com>
Thu, 10 Nov 2022 07:46:40 +0000
(15:46 +0800)
committer
Konstantin Komarov
<almaz.alexandrovich@paragon-software.com>
Mon, 27 Mar 2023 12:59:13 +0000
(16:59 +0400)
There is a spelling mistake in comment. Fix it.
Signed-off-by: Yu Zhe <yuzhe@nfschina.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/xattr.c
patch
|
blob
|
history
diff --git
a/fs/ntfs3/xattr.c
b/fs/ntfs3/xattr.c
index f8043838eb92fa6c5b1852043a226fdac1e06668..4746959af96424585102f8b68e1540a7627f03d5 100644
(file)
--- a/
fs/ntfs3/xattr.c
+++ b/
fs/ntfs3/xattr.c
@@
-410,7
+410,7
@@
static noinline int ntfs_set_ea(struct inode *inode, const char *name,
/*
* 1. Check ea_info.size_pack for overflow.
- * 2. New attibute size must fit value from $AttrDef
+ * 2. New att
r
ibute size must fit value from $AttrDef
*/
if (new_pack > 0xffff || size > sbi->ea_max_size) {
ntfs_inode_warn(