Skip to content

Commit

Permalink
fs/jfs/jfs_xattr.h: Fix spelling typo in comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jiangshan Yi authored and Dave Kleikamp committed Oct 18, 2022
1 parent 4ef3405 commit b0a35ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/jfs/jfs_xattr.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ struct jfs_ea_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 MAXEALISTSIZE MAXEASIZE

Expand Down

0 comments on commit b0a35ef

Please sign in to comment.