projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ef3405
)
fs/jfs/jfs_xattr.h: Fix spelling typo in comment
author
Jiangshan Yi
<yijiangshan@kylinos.cn>
Fri, 2 Sep 2022 08:53:38 +0000
(16:53 +0800)
committer
Dave Kleikamp
<dave.kleikamp@oracle.com>
Tue, 18 Oct 2022 13:50:26 +0000
(08:50 -0500)
Fix spelling typo in comment.
Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
fs/jfs/jfs_xattr.h
patch
|
blob
|
history
diff --git
a/fs/jfs/jfs_xattr.h
b/fs/jfs/jfs_xattr.h
index
c50167a
..
0d33816
100644
(file)
--- a/
fs/jfs/jfs_xattr.h
+++ b/
fs/jfs/jfs_xattr.h
@@
-25,7
+25,7
@@
struct jfs_ea_list {
struct jfs_ea ea[]; /* Variable length list */
};
-/* Macros for defining maxi
u
mum number of bytes supported for EAs */
+/* Macros for defining maximum number of bytes supported for EAs */
#define MAXEASIZE 65535
#define MAXEALISTSIZE MAXEASIZE