X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;ds=sidebyside;f=mm%2Fmigrate.c;h=ee5e612b4cd87bcab7b72948bee803d4fb346615;hb=1db98bcf56b1126428d59e71b815c310f73e44ab;hp=ee802cb509a3f425fc6884fe0930b506787dfd4f;hpb=ee249d30fadec7677364063648f5547e243bf93f;p=linux-2.6-microblaze.git diff --git a/mm/migrate.c b/mm/migrate.c index ee802cb509a3..ee5e612b4cd8 100644 --- a/mm/migrate.c +++ b/mm/migrate.c @@ -2594,7 +2594,7 @@ static bool migrate_vma_check_page(struct page *page) * will bump the page reference count. Sadly there is no way to * differentiate a regular pin from migration wait. Hence to * avoid 2 racing thread trying to migrate back to CPU to enter - * infinite loop (one stoping migration because the other is + * infinite loop (one stopping migration because the other is * waiting on pte migration entry). We always return true here. * * FIXME proper solution is to rework migration_entry_wait() so