From: Randy Dunlap Put short function description for read_cache_pages() on one line as needed by kernel-doc. Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton --- mm/readahead.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN mm/readahead.c~kernel-doc-mm-readhead-fixup mm/readahead.c --- devel/mm/readahead.c~kernel-doc-mm-readhead-fixup 2006-05-29 15:55:55.000000000 -0700 +++ devel-akpm/mm/readahead.c 2006-05-29 15:55:55.000000000 -0700 @@ -119,8 +119,7 @@ static inline unsigned long get_next_ra_ #define list_to_page(head) (list_entry((head)->prev, struct page, lru)) /** - * read_cache_pages - populate an address space with some pages, and - * start reads against them. + * read_cache_pages - populate an address space with some pages & start reads against them * @mapping: the address_space * @pages: The address of a list_head which contains the target pages. These * pages have their ->index populated and are otherwise uninitialised. _