Messages in this thread Patch in this message |  | | | From | Copot Alexandru <> | | Subject | [PATCH] mm: fix spelling error | | Date | Sat, 3 Mar 2012 16:13:16 +0200 |
| |
Signed-off-by: Copot Alexandru <alex.mihai.c@gmail.com> --- mm/vmscan.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mm/vmscan.c b/mm/vmscan.c index c52b235..8a7c989 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c @@ -2250,13 +2250,13 @@ static bool shrink_zones(int priority, struct zonelist *zonelist, continue; /* Let kswapd poll it */ if (COMPACTION_BUILD) { /* - * If we already have plenty of memory free for - * compaction in this zone, don't free any more. - * Even though compaction is invoked for any - * non-zero order, only frequent costly order - * reclamation is disruptive enough to become a - * noticable problem, like transparent huge page - * allocations. + * If we already have plenty of memory free + * for compaction in this zone, don't free any + * more. Even though compaction is invoked + * for any non-zero order, only frequent + * costly order reclamation is disruptive + * enough to become a noticeable problem, like + * transparent huge page allocations. */ if (compaction_ready(zone, sc)) { aborted_reclaim = true; -- 1.7.6.3
|  |