]> git.baikalelectronics.ru Git - kernel.git/commit
mm: do_migrate_pages(): rename arguments
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 29 May 2012 22:06:24 +0000 (15:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 May 2012 23:22:20 +0000 (16:22 -0700)
commit3f9deb11b020af1320751e6ad217717cd5fbac6d
treea4de6ed7c23962ed62a9f4f64a05c75db51a9833
parentac20006db1bff87c01629ec2c0077264fd6bf5e3
mm: do_migrate_pages(): rename arguments

s/from_nodes/from and s/to_nodes/to/.  The "_nodes" is redundant - it
duplicates the argument's type.

Done in a fit of irritation over 80-col issues :(

Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: KOSAKI Motohiro <mkosaki@redhat.com>
Cc: Larry Woodman <lwoodman@redhat.com>
Cc: Mel Gorman <mel@csn.ul.ie>
Cc: Rik van Riel <riel@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/mempolicy.h
mm/mempolicy.c