diff options
| author | Hemanth Selam <hemanth.selam@gmail.com> | 2026-09-04 16:08:22 +0530 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2026-09-09 13:19:26 +0200 |
| commit | 97adb32f1127cd501d33b3d328cbe7228ae98048 (patch) | |
| tree | 7f0b6f5f6059dffe1121c5e806118324f02a3c77 | |
| parent | 1aea0c4a34c7bc6ccec257923bcc15a443efef98 (diff) | |
| download | linux-next-97adb32f1127cd501d33b3d328cbe7228ae98048.tar.gz linux-next-97adb32f1127cd501d33b3d328cbe7228ae98048.zip | |
iomap: fix typo "metdata" in comment
Correct "metdata" to "metadata", reported by scripts/checkpatch.pl using
the misspelling list in scripts/spelling.txt. Only touches comments, no
code changes.
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
Link: https://patch.msgid.link/20260904103825.8752-2-hemanth.selam@gmail.com
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
| -rw-r--r-- | fs/iomap/direct-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
