X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=mm%2Fcompaction.c;h=84fde270ae74f2117caf70f3b9cc5516acdd8644;hb=fd931b2e234a7cc451a7bbb1965d6ce623189158;hp=3a6c6b821f80cefd7279567ec937d23bbfe961e9;hpb=2423e142b37e2fcce61ea6d3c2f103384ae05f92;p=linux-2.6-microblaze.git diff --git a/mm/compaction.c b/mm/compaction.c index 3a6c6b821f80..84fde270ae74 100644 --- a/mm/compaction.c +++ b/mm/compaction.c @@ -2012,8 +2012,8 @@ static unsigned int fragmentation_score_wmark(pg_data_t *pgdat, bool low) unsigned int wmark_low; /* - * Cap the low watermak to avoid excessive compaction - * activity in case a user sets the proactivess tunable + * Cap the low watermark to avoid excessive compaction + * activity in case a user sets the proactiveness tunable * close to 100 (maximum). */ wmark_low = max(100U - sysctl_compaction_proactiveness, 5U);