Skip to content

Commit 684f7e6

Browse files
geertuDarrick J. Wong
authored andcommitted
iomap: Spelling s/preceeding/preceding/g
Fix a misspelling of "preceding". Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Bill O'Donnell <bodonnel@redhat.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org>
1 parent 381c043 commit 684f7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/iomap/buffered-io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ static int iomap_write_delalloc_punch(struct inode *inode, struct folio *folio,
10491049

10501050
/*
10511051
* Scan the data range passed to us for dirty page cache folios. If we find a
1052-
* dirty folio, punch out the preceeding range and update the offset from which
1052+
* dirty folio, punch out the preceding range and update the offset from which
10531053
* the next punch will start from.
10541054
*
10551055
* We can punch out storage reservations under clean pages because they either

0 commit comments

Comments
 (0)