summaryrefslogtreecommitdiff
path: root/fs/zonefs/file.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2025-10-05 20:45:49 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2025-10-05 20:45:49 -0700
commitfd94619c43360eb44d28bd3ef326a4f85c600a07 (patch)
treec92427e4dd70d5de99634bbac437554b08a8f7ec /fs/zonefs/file.c
parent4b616669d1d8e91d0964b0861b51a3bca5f678c1 (diff)
parenta42938e80357a13f8b8592111e63f2e33a919863 (diff)
Merge tag 'zonefs-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefsHEADmaster
Pull zonefs update from Damien Le Moal: - Some comment spelling fixes (Xichao) * tag 'zonefs-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs: zonefs: correct some spelling mistakes
Diffstat (limited to 'fs/zonefs/file.c')
-rw-r--r--fs/zonefs/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/zonefs/file.c b/fs/zonefs/file.c
index fd3a5922f6c3..90e2ad8ee5f4 100644
--- a/fs/zonefs/file.c
+++ b/fs/zonefs/file.c
@@ -85,7 +85,7 @@ static int zonefs_write_iomap_begin(struct inode *inode, loff_t offset,
/*
* For conventional zones, all blocks are always mapped. For sequential
* zones, all blocks after always mapped below the inode size (zone
- * write pointer) and unwriten beyond.
+ * write pointer) and unwritten beyond.
*/
mutex_lock(&zi->i_truncate_mutex);
iomap->bdev = inode->i_sb->s_bdev;