Skip to content

Commit

Permalink
[PATCH] kernel-doc: mm/readhead fixup
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Jun 25, 2006
1 parent 43d23f9 commit bd40cdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mm/readahead.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bd40cdd

Please sign in to comment.