summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Brauner <brauner@kernel.org>2026-09-09 13:19:31 +0200
committerChristian Brauner <brauner@kernel.org>2026-09-09 13:19:31 +0200
commit640bc292564ce2159d1e594520a25d2d63ac3f81 (patch)
treed57605f047650fc69de80e5c12e6b80237e78b93
parent1aea0c4a34c7bc6ccec257923bcc15a443efef98 (diff)
parent9c7483a6e13a22184862921ff476abeedae7495f (diff)
downloadlinux-next-640bc292564ce2159d1e594520a25d2d63ac3f81.tar.gz
linux-next-640bc292564ce2159d1e594520a25d2d63ac3f81.zip
Merge patch series "iomap: fix typos and repeated words in comments"
Hemanth Selam <hemanth.selam@gmail.com> says: This corrects 2 misspellings and repeated words in comments. * patches from https://patch.msgid.link/20260904103825.8752-1-hemanth.selam@gmail.com: iomap: fix repeated word 'the' in comment iomap: fix typo "metdata" in comment Link: https://patch.msgid.link/20260904103825.8752-1-hemanth.selam@gmail.com Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
-rw-r--r--fs/iomap/buffered-io.c2
-rw-r--r--fs/iomap/direct-io.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/iomap/buffered-io.c b/fs/iomap/buffered-io.c
index e11f1327bd98..678f4c5329e7 100644
--- a/fs/iomap/buffered-io.c
+++ b/fs/iomap/buffered-io.c
@@ -1708,7 +1708,7 @@ static int iomap_zero_iter(struct iomap_iter *iter, bool *did_zero,
* @iomap_flags: Flags to set on the associated iomap to track the batch.
*
* Returns the folio count directly. Also returns the associated control flag if
- * the the batch lookup is performed and the expected offset of a subsequent
+ * the batch lookup is performed and the expected offset of a subsequent
* lookup via out params. The caller is responsible to set the flag on the
* associated iomap.
*/
diff --git a/fs/iomap/direct-io.c b/fs/iomap/direct-io.c
index 8b4039d16ce8..b70f86292049 100644
--- a/fs/iomap/direct-io.c
+++ b/fs/iomap/direct-io.c
@@ -505,7 +505,7 @@ static int iomap_dio_bio_iter(struct iomap_iter *iter, struct iomap_dio *dio)
* We can only do inline completion for pure overwrites that
* don't require additional I/O at completion time.
*
- * This rules out writes that need zeroing or metdata updates to
+ * This rules out writes that need zeroing or metadata updates to
* convert unwritten or shared extents.
*
* Writes that extend i_size are also not supported, but this is