Skip to content

Commit 083fb8e

Browse files
rddunlaptorvalds
authored andcommitted
mm: fix <linux/pagemap.h> stray kernel-doc notation
Delete stray (second) function description in find_lock_page() kernel-doc notation. Note: scripts/kernel-doc just ignores the second function description. Fixes: 2457aec ("mm: non-atomically mark page accessed during page cache allocation where possible") Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Randy Dunlap <[email protected]> Reported-by: Matthew Wilcox <[email protected]> Cc: Mel Gorman <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent c87d165 commit 083fb8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/pagemap.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ static inline struct page *find_get_page_flags(struct address_space *mapping,
266266

267267
/**
268268
* find_lock_page - locate, pin and lock a pagecache page
269-
* pagecache_get_page - find and get a page reference
270269
* @mapping: the address_space to search
271270
* @offset: the page index
272271
*

0 commit comments

Comments
 (0)