mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
fs/jfs/jfs_xattr.h: Fix spelling typo in comment
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>
This commit is contained in:
parent
4ef3405e82
commit
b0a35efa0e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ struct jfs_ea_list {
|
||||||
struct jfs_ea ea[]; /* Variable length list */
|
struct jfs_ea ea[]; /* Variable length list */
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Macros for defining maxiumum number of bytes supported for EAs */
|
/* Macros for defining maximum number of bytes supported for EAs */
|
||||||
#define MAXEASIZE 65535
|
#define MAXEASIZE 65535
|
||||||
#define MAXEALISTSIZE MAXEASIZE
|
#define MAXEALISTSIZE MAXEASIZE
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue