summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2017-02-22 15:46:48 -0800
committerBen Hutchings <ben@decadent.org.uk>2017-06-05 21:17:14 +0100
commit179d24052ed075150a167dfb5510327d714d041a (patch)
treefbe040daee84c35b3bd9846e42f4adcaebc5decf
parent57ce1261b6eeca518b583806eabf3ee1cadfc73c (diff)
downloadlinux-stable-179d24052ed075150a167dfb5510327d714d041a.tar.gz
linux-stable-179d24052ed075150a167dfb5510327d714d041a.tar.bz2
linux-stable-179d24052ed075150a167dfb5510327d714d041a.zip
mm: fix <linux/pagemap.h> stray kernel-doc notation
commit 083fb8edda0487d192e8c117f625563b920cf7a4 upstream. Delete stray (second) function description in find_lock_page() kernel-doc notation. Note: scripts/kernel-doc just ignores the second function description. Fixes: 2457aec63745e ("mm: non-atomically mark page accessed during page cache allocation where possible") Link: http://lkml.kernel.org/r/b037e9a3-516c-ec02-6c8e-fa5479747ba6@infradead.org Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reported-by: Matthew Wilcox <mawilcox@microsoft.com> Cc: Mel Gorman <mgorman@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-rw-r--r--include/linux/pagemap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pagemap.h b/include/linux/pagemap.h
index 10b57940dc62..ed204eba0e87 100644
--- a/include/linux/pagemap.h
+++ b/include/linux/pagemap.h
@@ -293,7 +293,6 @@ static inline struct page *find_get_page_flags(struct address_space *mapping,
/**
* 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
*