mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02: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:
committed by
Dave Kleikamp
parent
4ef3405e82
commit
b0a35efa0e
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user