public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Miroslav Cimerman <mcimerman@doas.su>
To: linux-kernel@vger.kernel.org
Cc: Miroslav Cimerman <mcimerman@doas.su>
Subject: [PATCH] ntfs: fix typo in dir.c
Date: Fri, 10 Mar 2023 21:18:06 +0000	[thread overview]
Message-ID: <20230310211638.6457-1-mcimerman@doas.su> (raw)

Remove redundant word in the documentation.

Signed-off-by: Miroslav Cimerman <mcimerman@doas.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



             reply	other threads:[~2023-03-10 21:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-10 21:18 Miroslav Cimerman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-10 23:53 [PATCH] ntfs: fix typo in dir.c Miroslav Cimerman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230310211638.6457-1-mcimerman@doas.su \
    --to=mcimerman@doas.su \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox