linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm: fix <linux/pagemap.h> stray kernel-doc notation
@ 2017-01-18  2:10 Randy Dunlap
  2017-01-18  5:30 ` willy
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2017-01-18  2:10 UTC (permalink / raw)
  To: LKML, Linux MM, Andrew Morton; +Cc: Mel Gorman

From: Randy Dunlap <rdunlap@infradead.org>

Delete stray (second) function description in find_lock_page()
kernel-doc notation.

Fixes: 2457aec63745e ("mm: non-atomically mark page accessed during page cache allocation where possible")

Note: scripts/kernel-doc just ignores the second function description.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Mel Gorman <mgorman@suse.de>
---
 include/linux/pagemap.h |    1 -
 1 file changed, 1 deletion(-)

--- lnx-410-rc4.orig/include/linux/pagemap.h
+++ lnx-410-rc4/include/linux/pagemap.h
@@ -266,7 +266,6 @@ static inline struct page *find_get_page
 
 /**
  * find_lock_page - locate, pin and lock a pagecache page
- * pagecache_get_page - find and get a page reference
  * @mapping: the address_space to search
  * @offset: the page index
  *

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: [PATCH] mm: fix <linux/pagemap.h> stray kernel-doc notation
  2017-01-18  2:10 [PATCH] mm: fix <linux/pagemap.h> stray kernel-doc notation Randy Dunlap
@ 2017-01-18  5:30 ` willy
  0 siblings, 0 replies; 2+ messages in thread
From: willy @ 2017-01-18  5:30 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: LKML, Linux MM, Andrew Morton, Mel Gorman

On Tue, Jan 17, 2017 at 06:10:51PM -0800, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Delete stray (second) function description in find_lock_page()
> kernel-doc notation.
> 
> Fixes: 2457aec63745e ("mm: non-atomically mark page accessed during page cache allocation where possible")
> 
> Note: scripts/kernel-doc just ignores the second function description.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>

Reported-by: Matthew Wilcox <mawilcox@microsoft.com>

> Cc: Mel Gorman <mgorman@suse.de>
> ---
>  include/linux/pagemap.h |    1 -
>  1 file changed, 1 deletion(-)
> 
> --- lnx-410-rc4.orig/include/linux/pagemap.h
> +++ lnx-410-rc4/include/linux/pagemap.h
> @@ -266,7 +266,6 @@ static inline struct page *find_get_page
>  
>  /**
>   * find_lock_page - locate, pin and lock a pagecache page
> - * pagecache_get_page - find and get a page reference
>   * @mapping: the address_space to search
>   * @offset: the page index
>   *
> 
> --
> To unsubscribe, send a message with 'unsubscribe linux-mm' in
> the body to majordomo@kvack.org.  For more info on Linux MM,
> see: http://www.linux-mm.org/ .
> Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2017-01-18  5:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-18  2:10 [PATCH] mm: fix <linux/pagemap.h> stray kernel-doc notation Randy Dunlap
2017-01-18  5:30 ` willy

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).