Re: [PATCH v2] xfs: Fix spelling mistake "drity" -> "dirty"
From: Darrick J. Wong
Date: Sat Mar 15 2025 - 14:30:43 EST
On Sat, Mar 15, 2025 at 02:32:16PM +0800, long.yunjian@xxxxxxxxxx wrote:
> From: Zhang Xianwei <zhang.xianwei8@xxxxxxxxxx>
>
> There is a spelling mistake in fs/xfs/xfs_log.c. Fix it.
>
> Signed-off-by: Zhang Xianwei <zhang.xianwei8@xxxxxxxxxx>
Looks ok,
Reviewed-by: "Darrick J. Wong" <djwong@xxxxxxxxxx>
--D
> ---
> v1 -> v2
> fix the format of this patch
> fs/xfs/xfs_log.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c
> index f8851ff835de..ba700785759a 100644
> --- a/fs/xfs/xfs_log.c
> +++ b/fs/xfs/xfs_log.c
> @@ -2887,7 +2887,7 @@ xlog_force_and_check_iclog(
> *
> * 1. the current iclog is active and has no data; the previous iclog
> * is in the active or dirty state.
> - * 2. the current iclog is drity, and the previous iclog is in the
> + * 2. the current iclog is dirty, and the previous iclog is in the
> * active or dirty state.
> *
> * We may sleep if:
> --
> 2.27.0
>