[PATCH v2] xfs: Fix typo in comment

Md Shofiqul Islam posted 1 patch 1 week ago
fs/xfs/xfs_notify_failure.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] xfs: Fix typo in comment
Posted by Md Shofiqul Islam 1 week ago
Fix spelling mistake in comment:
 - occured -> occurred

Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Md Shofiqul Islam <shofiqtest@gmail.com>
---
 fs/xfs/xfs_notify_failure.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/xfs/xfs_notify_failure.c b/fs/xfs/xfs_notify_failure.c
index 64c8afb935..b994ff15d5 100644
--- a/fs/xfs/xfs_notify_failure.c
+++ b/fs/xfs/xfs_notify_failure.c
@@ -350,7 +350,7 @@ xfs_dax_notify_dev_failure(
 	/*
 	 * Shutdown fs from a force umount in pre-remove case which won't fail,
 	 * so errors can be ignored.  Otherwise, shutdown the filesystem with
-	 * CORRUPT flag if error occured or notify.want_shutdown was set during
+	 * CORRUPT flag if error occurred or notify.want_shutdown was set during
 	 * RMAP querying.
 	 */
 	if (mf_flags & MF_MEM_PRE_REMOVE)
-- 
2.54.0.windows.1
Re: [PATCH v2] xfs: Fix typo in comment
Posted by Carlos Maiolino 1 day, 7 hours ago
On Wed, 06 May 2026 19:36:58 +0300, Md Shofiqul Islam wrote:
> Fix spelling mistake in comment:
>  - occured -> occurred
> 
> 

Applied to for-next, thanks!

[1/1] xfs: Fix typo in comment
      commit: 509fdeb3326be0db055e88d0f689a3888f147f90

Best regards,
-- 
Carlos Maiolino <cem@kernel.org>
Re: [PATCH v2] xfs: Fix typo in comment
Posted by Carlos Maiolino 2 days, 8 hours ago
On Wed, May 06, 2026 at 07:36:58PM +0300, Md Shofiqul Islam wrote:
> Fix spelling mistake in comment:
>  - occured -> occurred
> 
> Reviewed-by: Darrick J. Wong <djwong@kernel.org>
> Signed-off-by: Md Shofiqul Islam <shofiqtest@gmail.com>

FWIW you don't need to send a V2 if there is nothing to change just to
add a RwB tag.

> ---
>  fs/xfs/xfs_notify_failure.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/xfs/xfs_notify_failure.c b/fs/xfs/xfs_notify_failure.c
> index 64c8afb935..b994ff15d5 100644
> --- a/fs/xfs/xfs_notify_failure.c
> +++ b/fs/xfs/xfs_notify_failure.c
> @@ -350,7 +350,7 @@ xfs_dax_notify_dev_failure(
>  	/*
>  	 * Shutdown fs from a force umount in pre-remove case which won't fail,
>  	 * so errors can be ignored.  Otherwise, shutdown the filesystem with
> -	 * CORRUPT flag if error occured or notify.want_shutdown was set during
> +	 * CORRUPT flag if error occurred or notify.want_shutdown was set during
>  	 * RMAP querying.
>  	 */
>  	if (mf_flags & MF_MEM_PRE_REMOVE)
> --
> 2.54.0.windows.1