2023-09-28 12:18:54

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH] iomap: Spelling s/preceeding/preceding/g

Fix a misspelling of "preceding".

Signed-off-by: Geert Uytterhoeven <[email protected]>
---
fs/iomap/buffered-io.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/iomap/buffered-io.c b/fs/iomap/buffered-io.c
index 644479ccefbd0f18..5db54ca29a35acf3 100644
--- a/fs/iomap/buffered-io.c
+++ b/fs/iomap/buffered-io.c
@@ -1049,7 +1049,7 @@ static int iomap_write_delalloc_punch(struct inode *inode, struct folio *folio,

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


2023-09-28 15:10:04

by Bill O'Donnell

[permalink] [raw]
Subject: Re: [PATCH] iomap: Spelling s/preceeding/preceding/g

On Thu, Sep 28, 2023 at 02:17:18PM +0200, Geert Uytterhoeven wrote:
> Fix a misspelling of "preceding".
>
> Signed-off-by: Geert Uytterhoeven <[email protected]>

Reviewed-by: Bill O'Donnell <[email protected]>

> ---
> fs/iomap/buffered-io.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/iomap/buffered-io.c b/fs/iomap/buffered-io.c
> index 644479ccefbd0f18..5db54ca29a35acf3 100644
> --- a/fs/iomap/buffered-io.c
> +++ b/fs/iomap/buffered-io.c
> @@ -1049,7 +1049,7 @@ static int iomap_write_delalloc_punch(struct inode *inode, struct folio *folio,
>
> /*
> * Scan the data range passed to us for dirty page cache folios. If we find a
> - * dirty folio, punch out the preceeding range and update the offset from which
> + * dirty folio, punch out the preceding range and update the offset from which
> * the next punch will start from.
> *
> * We can punch out storage reservations under clean pages because they either
> --
> 2.34.1
>

2023-09-28 17:10:35

by Darrick J. Wong

[permalink] [raw]
Subject: Re: [PATCH] iomap: Spelling s/preceeding/preceding/g

On Thu, Sep 28, 2023 at 02:17:18PM +0200, Geert Uytterhoeven wrote:
> Fix a misspelling of "preceding".
>
> Signed-off-by: Geert Uytterhoeven <[email protected]>

Reviewed-by: Darrick J. Wong <[email protected]>

--D

> ---
> fs/iomap/buffered-io.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/iomap/buffered-io.c b/fs/iomap/buffered-io.c
> index 644479ccefbd0f18..5db54ca29a35acf3 100644
> --- a/fs/iomap/buffered-io.c
> +++ b/fs/iomap/buffered-io.c
> @@ -1049,7 +1049,7 @@ static int iomap_write_delalloc_punch(struct inode *inode, struct folio *folio,
>
> /*
> * Scan the data range passed to us for dirty page cache folios. If we find a
> - * dirty folio, punch out the preceeding range and update the offset from which
> + * dirty folio, punch out the preceding range and update the offset from which
> * the next punch will start from.
> *
> * We can punch out storage reservations under clean pages because they either
> --
> 2.34.1
>