From: Andrew Morton Date: Sat, 10 Sep 2016 10:34:04 +0000 (+1000) Subject: mm-compaction-make-whole_zone-flag-ignore-cached-scanner-positions-checkpatch-fixes X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9219670be21e22d3b81b095833f60a920c5eda93;p=deliverable%2Flinux.git mm-compaction-make-whole_zone-flag-ignore-cached-scanner-positions-checkpatch-fixes fix typo in comment Cc: Vlastimil Babka Signed-off-by: Andrew Morton --- diff --git a/mm/compaction.c b/mm/compaction.c index 5b0483ce6cb1..c684ca141e4b 100644 --- a/mm/compaction.c +++ b/mm/compaction.c @@ -1492,7 +1492,7 @@ static enum compact_result compact_zone(struct zone *zone, struct compact_contro /* * Setup to move all movable pages to the end of the zone. Used cached - * information on where the scanners should start (unless we explictly + * information on where the scanners should start (unless we explicitly * want to compact the whole zone), but check that it is initialised * by ensuring the values are within zone boundaries. */