[PATCH 0/2] iomap: fix typos and repeated words in comments

Hemanth Selam posted 2 patches 3 weeks ago
fs/iomap/buffered-io.c | 2 +-
fs/iomap/direct-io.c   | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[PATCH 0/2] iomap: fix typos and repeated words in comments
Posted by Hemanth Selam 3 weeks ago
This corrects 2 misspellings and repeated words in comments.  Each is a
separate patch so that any one of them can be dropped without touching
the rest.

Nothing outside comments changes.  Every touched C file was checked by
dropping its comments, replacing each string literal with a placeholder
and collapsing whitespace; what remained was identical before and after,
so the compiled code cannot differ.

The mistakes were found with scripts/checkpatch.pl against the list in
scripts/spelling.txt.  The scanning, the edits and the changelogs were
produced with Cursor running the claude-opus-5 model, from a request to
find and fix spelling mistakes across the tree, and every correction was
then re-checked by the comparison described above.  Words that name an
identifier were left alone deliberately, even when they read as typos,
because correcting the prose would make the comment disagree with the
code it describes.

Tested by building x86_64 defconfig at v7.3-rc1-269-gbc35965f6940, which
is clean.  Nothing else was built, so any patch touching code that
x86_64 defconfig does not compile has been read but not compiled.

Hemanth Selam (2):
  iomap: fix typo "metdata" in comment
  iomap: fix repeated word 'the' in comment

 fs/iomap/buffered-io.c | 2 +-
 fs/iomap/direct-io.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.48.1
Re: [PATCH 0/2] iomap: fix typos and repeated words in comments
Posted by Christian Brauner 2 weeks, 2 days ago
On Fri, 04 Sep 2026 16:08:21 +0530, Hemanth Selam wrote:
> This corrects 2 misspellings and repeated words in comments.  Each is a
> separate patch so that any one of them can be dropped without touching
> the rest.
> 
> Nothing outside comments changes.  Every touched C file was checked by
> dropping its comments, replacing each string literal with a placeholder
> and collapsing whitespace; what remained was identical before and after,
> so the compiled code cannot differ.
> 
> [...]

Applied to the vfs-7.4.iomap branch of the vfs/vfs.git tree.
Patches in the vfs-7.4.iomap branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs-7.4.iomap

[1/2] iomap: fix typo "metdata" in comment
      https://git.kernel.org/vfs/vfs/c/97adb32f1127
[2/2] iomap: fix repeated word 'the' in comment
      https://git.kernel.org/vfs/vfs/c/9c7483a6e13a