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>] [day] [month] [year] [list]
Date:   Fri, 10 Mar 2023 21:18:06 +0000
From:   Miroslav Cimerman <mcimerman@...s.su>
To:     linux-kernel@...r.kernel.org
Cc:     Miroslav Cimerman <mcimerman@...s.su>
Subject: [PATCH] ntfs: fix typo in dir.c

Remove redundant word in the documentation.

Signed-off-by: Miroslav Cimerman <mcimerman@...s.su>
---
 fs/ntfs/dir.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ntfs/dir.c b/fs/ntfs/dir.c
index 518c3a21a556..8bf69be5c737 100644
--- a/fs/ntfs/dir.c
+++ b/fs/ntfs/dir.c
@@ -57,7 +57,7 @@ ntfschar I30[5] = { cpu_to_le16('$'), cpu_to_le16('I'),
  * the dcache aliasing issues.
  *
  * Locking:  - Caller must hold i_mutex on the directory.
- *	     - Each page cache page in the index allocation mapping must be
+ *	     - Each cache page in the index allocation mapping must be
  *	       locked whilst being accessed otherwise we may find a corrupt
  *	       page due to it being under ->writepage at the moment which
  *	       applies the mst protection fixups before writing out and then
-- 
2.39.2


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ