[PATCH] kernel-doc: mm/readhead fixup
[linux-2.6-block.git] / mm / readahead.c
index 4ee52cadab9371f4d22522489b5d4cec1be2125b..e39e416860d7892227368669dc26b60c577b48d4 100644 (file)
@@ -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))
 
 /**
- * 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.