All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs/jfs/jfs_xattr.h: Fix spelling typo in comment
@ 2022-09-02  8:53 Jiangshan Yi
  2022-10-17 21:02 ` Dave Kleikamp
  0 siblings, 1 reply; 2+ messages in thread
From: Jiangshan Yi @ 2022-09-02  8:53 UTC (permalink / raw)
  To: shaggy; +Cc: viro, akpm, jfs-discussion, linux-kernel, Jiangshan Yi, k2ci

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fs/jfs/jfs_xattr.h: Fix spelling typo in comment
  2022-09-02  8:53 [PATCH] fs/jfs/jfs_xattr.h: Fix spelling typo in comment Jiangshan Yi
@ 2022-10-17 21:02 ` Dave Kleikamp
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Kleikamp @ 2022-10-17 21:02 UTC (permalink / raw)
  To: Jiangshan Yi, shaggy
  Cc: viro, akpm, jfs-discussion, linux-kernel, Jiangshan Yi, k2ci

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
>   

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-17 21:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-02  8:53 [PATCH] fs/jfs/jfs_xattr.h: Fix spelling typo in comment Jiangshan Yi
2022-10-17 21:02 ` Dave Kleikamp

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.