Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jiangshan Yi and committed by
Dave Kleikamp
b0a35efa 4ef3405e

+1 -1
+1 -1
fs/jfs/jfs_xattr.h
··· 25 25 struct jfs_ea ea[]; /* Variable length list */ 26 26 }; 27 27 28 - /* Macros for defining maxiumum number of bytes supported for EAs */ 28 + /* Macros for defining maximum number of bytes supported for EAs */ 29 29 #define MAXEASIZE 65535 30 30 #define MAXEALISTSIZE MAXEASIZE 31 31