linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm/filemap: fix minor typo
@ 2019-03-04 15:52 Laurent Dufour
  2019-03-06  9:44 ` William Kucharski
  0 siblings, 1 reply; 2+ messages in thread
From: Laurent Dufour @ 2019-03-04 15:52 UTC (permalink / raw)
  To: linux-mm, linux-kernel; +Cc: Matthew Wilcox

Cc: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Laurent Dufour <ldufour@linux.ibm.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mm/filemap: fix minor typo
  2019-03-04 15:52 [PATCH] mm/filemap: fix minor typo Laurent Dufour
@ 2019-03-06  9:44 ` William Kucharski
  0 siblings, 0 replies; 2+ messages in thread
From: William Kucharski @ 2019-03-06  9:44 UTC (permalink / raw)
  To: Laurent Dufour; +Cc: linux-mm, linux-kernel, Matthew Wilcox


> Cc: Matthew Wilcox <willy@infradead.org>
> Signed-off-by: Laurent Dufour <ldufour@linux.ibm.com>
> ---
> 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 <william.kucharski@oracle.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-06  9:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-04 15:52 [PATCH] mm/filemap: fix minor typo Laurent Dufour
2019-03-06  9:44 ` William Kucharski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).