[PATCH] kernel-doc: mm/readhead fixup
Put short function description for read_cache_pages() on one line as needed by kernel-doc. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
43d23f9039
commit
bd40cddae2
1 changed files with 1 additions and 2 deletions
|
@ -118,8 +118,7 @@ static inline unsigned long get_next_ra_size(struct file_ra_state *ra)
|
||||||
#define list_to_page(head) (list_entry((head)->prev, struct page, lru))
|
#define list_to_page(head) (list_entry((head)->prev, struct page, lru))
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* read_cache_pages - populate an address space with some pages, and
|
* read_cache_pages - populate an address space with some pages & start reads against them
|
||||||
* start reads against them.
|
|
||||||
* @mapping: the address_space
|
* @mapping: the address_space
|
||||||
* @pages: The address of a list_head which contains the target pages. These
|
* @pages: The address of a list_head which contains the target pages. These
|
||||||
* pages have their ->index populated and are otherwise uninitialised.
|
* pages have their ->index populated and are otherwise uninitialised.
|
||||||
|
|
Loading…
Reference in a new issue