* [PATCH] mm/readhead: fix kernel-doc notation
@ 2008-03-18 22:33 Randy Dunlap, Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap, Randy Dunlap @ 2008-03-18 22:33 UTC (permalink / raw)
To: linux-mm; +Cc: akpm
Fix kernel-doc notation in mm/readahead.c.
Change ":" to ";" so that it doesn't get treated as a doc section heading.
Move the comment block ending "*/" to a line by itself so that the
text on that last line is not lost (dropped).
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
mm/readahead.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--- mmotm-2008-0314-1449.orig/mm/readahead.c
+++ mmotm-2008-0314-1449/mm/readahead.c
@@ -449,9 +449,10 @@ EXPORT_SYMBOL_GPL(page_cache_sync_readah
* pagecache pages
*
* page_cache_async_ondemand() should be called when a page is used which
- * has the PG_readahead flag: this is a marker to suggest that the application
+ * has the PG_readahead flag; this is a marker to suggest that the application
* has used up enough of the readahead window that we should start pulling in
- * more pages. */
+ * more pages.
+ */
void
page_cache_async_readahead(struct address_space *mapping,
struct file_ra_state *ra, struct file *filp,
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-18 22:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-18 22:33 [PATCH] mm/readhead: fix kernel-doc notation Randy Dunlap, Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).