]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm-push-lru-index-into-shrink_active_list-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 3 May 2012 05:43:57 +0000 (15:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 3 May 2012 05:46:34 +0000 (15:46 +1000)
fix kerneldoc, per Minchan

Cc: Glauber Costa <glommer@parallels.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
Cc: Michal Hocko <mhocko@suse.cz>
Cc: Minchan Kim <minchan@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/vmscan.c

index 3676e4e8c6cd40c34d599a019bf307c9c82362a0..0b891109a71d824555dba6419ccc397cd5444d90 100644 (file)
@@ -1044,7 +1044,7 @@ int __isolate_lru_page(struct page *page, isolate_mode_t mode, int file)
  * @nr_scanned:        The number of pages that were scanned.
  * @sc:                The scan_control struct for this reclaim session
  * @mode:      One of the LRU isolation modes
- * @lru                LRU list id for isolating
+ * @lru:       LRU list id for isolating
  *
  * returns how many pages were moved onto *@dst.
  */