]> 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>
Wed, 25 Apr 2012 01:03:44 +0000 (11:03 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 30 Apr 2012 05:17:25 +0000 (15:17 +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 0f8a6c0e8737ca7561df68f47ccc84ce5bb25343..3bbd0350002aa2f7e0f2106d539c17543d8b6914 100644 (file)
@@ -1043,7 +1043,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.
  */