[PATCH] fs/jfs/jfs_xattr.h: Fix spelling typo in comment

Jiangshan Yi posted 1 patch 3 years, 7 months ago
fs/jfs/jfs_xattr.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] fs/jfs/jfs_xattr.h: Fix spelling typo in comment
Posted by Jiangshan Yi 3 years, 7 months ago
From: Jiangshan Yi <yijiangshan@kylinos.cn>

Fix spelling typo in comment.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
---
 fs/jfs/jfs_xattr.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/jfs/jfs_xattr.h b/fs/jfs/jfs_xattr.h
index c50167a7bc50..0d33816d251d 100644
--- 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 maxiumum number of bytes supported for EAs */
+/* Macros for defining maximum number of bytes supported for EAs */
 #define MAXEASIZE	65535
 #define MAXEALISTSIZE	MAXEASIZE
 
-- 
2.25.1


No virus found
		Checked by Hillstone Network AntiVirus
Re: [PATCH] fs/jfs/jfs_xattr.h: Fix spelling typo in comment
Posted by Dave Kleikamp 3 years, 5 months ago
Thanks. I finally got around to applying this.

Shaggy

On 9/2/22 3:53AM, Jiangshan Yi wrote:
> From: Jiangshan Yi <yijiangshan@kylinos.cn>
> 
> Fix spelling typo in comment.
> 
> Reported-by: k2ci <kernel-bot@kylinos.cn>
> Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
> ---
>   fs/jfs/jfs_xattr.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/jfs/jfs_xattr.h b/fs/jfs/jfs_xattr.h
> index c50167a7bc50..0d33816d251d 100644
> --- 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 maxiumum number of bytes supported for EAs */
> +/* Macros for defining maximum number of bytes supported for EAs */
>   #define MAXEASIZE	65535
>   #define MAXEALISTSIZE	MAXEASIZE
>