2019-03-04 16:13:03

by Laurent Dufour

[permalink] [raw]
Subject: [PATCH] mm/filemap: fix minor typo

Cc: Matthew Wilcox <[email protected]>
Signed-off-by: Laurent Dufour <[email protected]>
---
mm/filemap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/filemap.c b/mm/filemap.c
index cace3eb8069f..377cedaa3ae5 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -1440,7 +1440,7 @@ pgoff_t page_cache_next_miss(struct address_space *mapping,
EXPORT_SYMBOL(page_cache_next_miss);

/**
- * page_cache_prev_miss() - Find the next gap in the page cache.
+ * page_cache_prev_miss() - Find the previous gap in the page cache.
* @mapping: Mapping.
* @index: Index.
* @max_scan: Maximum range to search.
--
2.21.0



2019-03-06 09:50:49

by William Kucharski

[permalink] [raw]
Subject: Re: [PATCH] mm/filemap: fix minor typo


> Cc: Matthew Wilcox <[email protected]>
> Signed-off-by: Laurent Dufour <[email protected]>
> ---
> mm/filemap.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/mm/filemap.c b/mm/filemap.c
> index cace3eb8069f..377cedaa3ae5 100644
> --- a/mm/filemap.c
> +++ b/mm/filemap.c
> @@ -1440,7 +1440,7 @@ pgoff_t page_cache_next_miss(struct address_space *mapping,
> EXPORT_SYMBOL(page_cache_next_miss);
>
> /**
> - * page_cache_prev_miss() - Find the next gap in the page cache.
> + * page_cache_prev_miss() - Find the previous gap in the page cache.
> * @mapping: Mapping.
> * @index: Index.
> * @max_scan: Maximum range to search.
> --
> 2.21.0
>

Reviewed-by: William Kucharski <[email protected]>