]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: do_migrate_pages(): rename arguments
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 3 May 2012 05:43:48 +0000 (15:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 3 May 2012 05:46:29 +0000 (15:46 +1000)
commit0c05fb567bd22616ff7c99141d76b87dbc5f1977
tree6e740189ebd9f298e7d5456f0b41ade2b1007594
parent1c4b72eae76dbacde5ec3b2e51ef7c7e92959f7d
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>
include/linux/mempolicy.h
mm/mempolicy.c