diff mbox series

iomap: Fix trivial typo

Message ID 20190803135502.19572-1-agruenba@redhat.com (mailing list archive)
State New, archived
Headers show
Series iomap: Fix trivial typo | expand

Commit Message

Andreas Gruenbacher Aug. 3, 2019, 1:55 p.m. UTC
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
---
 fs/iomap/buffered-io.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Darrick J. Wong Aug. 3, 2019, 4:34 p.m. UTC | #1
On Sat, Aug 03, 2019 at 03:55:02PM +0200, Andreas Gruenbacher wrote:
> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>

Looks ok,
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>

--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 ba0511131868..4ab1ec0a282f 100644
> --- a/fs/iomap/buffered-io.c
> +++ b/fs/iomap/buffered-io.c
> @@ -1258,7 +1258,7 @@ static void iomap_writepage_end_bio(struct bio *bio)
>   * all bios have been submitted and the ioend is really done.
>   *
>   * If @error is non-zero, it means that we have a situation where some part of
> - * the submission process has failed after we have marked paged for writeback
> + * the submission process has failed after we have marked pages for writeback
>   * and unlocked them. In this situation, we need to fail the bio and ioend
>   * rather than submit it to IO. This typically only happens on a filesystem
>   * shutdown.
> -- 
> 2.20.1
>
diff mbox series

Patch

diff --git a/fs/iomap/buffered-io.c b/fs/iomap/buffered-io.c
index ba0511131868..4ab1ec0a282f 100644
--- a/fs/iomap/buffered-io.c
+++ b/fs/iomap/buffered-io.c
@@ -1258,7 +1258,7 @@  static void iomap_writepage_end_bio(struct bio *bio)
  * all bios have been submitted and the ioend is really done.
  *
  * If @error is non-zero, it means that we have a situation where some part of
- * the submission process has failed after we have marked paged for writeback
+ * the submission process has failed after we have marked pages for writeback
  * and unlocked them. In this situation, we need to fail the bio and ioend
  * rather than submit it to IO. This typically only happens on a filesystem
  * shutdown.