[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <b037e9a3-516c-ec02-6c8e-fa5479747ba6@infradead.org>
Date: Tue, 17 Jan 2017 18:10:51 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>, Linux MM <linux-mm@...ck.org>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: Mel Gorman <mgorman@...e.de>
Subject: [PATCH] mm: fix <linux/pagemap.h> stray kernel-doc notation
From: Randy Dunlap <rdunlap@...radead.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@...radead.org>
Cc: Mel Gorman <mgorman@...e.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
*
Powered by blists - more mailing lists