lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250315143216175uf7xlZ4jkOfP5o3oxuM4z@zte.com.cn>
Date: Sat, 15 Mar 2025 14:32:16 +0800 (CST)
From: <long.yunjian@....com.cn>
To: <djwong@...nel.org>
Cc: <djwong@...nel.org>, <linux-xfs@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>, <mou.yi@....com.cn>,
        <zhang.xianwei8@....com.cn>, <ouyang.maochun@....com.cn>,
        <jiang.xuexin@....com.cn>, <lv.mengzhao@....com.cn>,
        <xu.lifeng1@....com.cn>, <yang.yang29@....com.cn>
Subject: [PATCH v2] xfs: Fix spelling mistake "drity" -> "dirty"

From: Zhang Xianwei <zhang.xianwei8@....com.cn>

There is a spelling mistake in fs/xfs/xfs_log.c. Fix it.

Signed-off-by: Zhang Xianwei <zhang.xianwei8@....com.cn>
---
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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ