diff --git a/[refs] b/[refs] index 621cfd932adc..b68bedaa8167 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 08ca0db8aa2db4ddcf487d46d85dc8ffb22162cc +refs/heads/master: f7850d932fc69cb4bad83117f0bef1a658cce350 diff --git a/trunk/mm/readahead.c b/trunk/mm/readahead.c index c9c50ca1ec38..8762e8988972 100644 --- a/trunk/mm/readahead.c +++ b/trunk/mm/readahead.c @@ -443,9 +443,10 @@ EXPORT_SYMBOL_GPL(page_cache_sync_readahead); * 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,