Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp7599945ybi; Thu, 1 Aug 2019 10:37:21 -0700 (PDT) X-Google-Smtp-Source: APXvYqxOuoIkL7oCbCFSDjlnH3iG/zYzyKP8vxEkPAgZSFJY4jyTfaDgYcgVXTi7h2QuHKiUfUbP X-Received: by 2002:a17:90a:c20e:: with SMTP id e14mr10409250pjt.0.1564681041660; Thu, 01 Aug 2019 10:37:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564681041; cv=none; d=google.com; s=arc-20160816; b=C2B5l7jQVL2TLe0pVDUG0XjlAsGLxwvX4oaJLG8K7w9cDvgBJj7XgTbvsccDHzw1dY KJsRMJMo1lJnw6bT2IYy7/1wopg0wZNCn2zMBYLtpXfo7NjaBgmHEtgvIhjkLHsuzDue gMwjftkFG6MSUDUpAfCjpxoD18snu8nEvi1C397yjxLfAMOZi3jGAyjEkLPqH6/JmdwL oRlCeSKHB3kJhQGF4TOlCK1o3nU0CnsGrE5dImdbeR6vI0bXrjtF3C3DKKSfG8cG9Yo7 lvfEKtcmehXxkACSRP+5Q2tbhO5niv5dQnr44OhNE0fT2clIOM3DCV0llZYBbppXR+D4 sWfg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=RE1FRerSDJQ2XCGvc4Vu6XP+dpPjLVWmb6dG47Ce70k=; b=VumrY/2pckmAEhO5AU8MBnTF5plq9btVpHGUu5EhJWcaZHIc9V7KSIkIOHyGxVKvL2 4WoZqB22ljFFfTfZ3s94Yp88lYqeRKTW2dfIs/+/wP8ltp5rZ720wlNT/oYFrRdCLNh0 BTr4oib0Enrbt5mA7Cr/aZEwuzKUgmv79o5fEpx0CnbUxOQRL6kBUi/vUKaT4cylf4wj udJtdUlxspsXf6NVJGDcVloPp6kiQeaXgZQyFf3gaHFFXg4W5OjYv21cFEtr9x2X4VGM Wy4l3ugaYKknGCtLG900UvsaxBN4ume7nlB6WJB5RlNaBS+Hc1csn7Xazu5g94UhV0Fl Nhbw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u18si31683624plq.311.2019.08.01.10.37.05; Thu, 01 Aug 2019 10:37:21 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732047AbfHAPr4 (ORCPT + 99 others); Thu, 1 Aug 2019 11:47:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32994 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729173AbfHAPrz (ORCPT ); Thu, 1 Aug 2019 11:47:55 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 61E7730C2E70; Thu, 1 Aug 2019 15:47:55 +0000 (UTC) Received: from jsavitz.bos.com (dhcp-17-105.bos.redhat.com [10.18.17.105]) by smtp.corp.redhat.com (Postfix) with ESMTP id 306271001B09; Thu, 1 Aug 2019 15:47:54 +0000 (UTC) From: Joel Savitz To: linux-kernel@vger.kernel.org Cc: Joel Savitz , Andrew Morton , Mel Gorman , Vlastimil Babka , Matthew Wilcox , Randy Dunlap , Yu Zhao , trivial@kernel.org Subject: [PATCH] mm: fix typo in comment Date: Thu, 1 Aug 2019 11:47:34 -0400 Message-Id: <1564674454-22469-1-git-send-email-jsavitz@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.47]); Thu, 01 Aug 2019 15:47:55 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix spelling of successful (currently spelled successfull in kernel source) Signed-off-by: Joel Savitz --- include/linux/compaction.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/compaction.h b/include/linux/compaction.h index 9569e7c786d3..4122df65eb44 100644 --- a/include/linux/compaction.h +++ b/include/linux/compaction.h @@ -38,12 +38,12 @@ enum compact_result { COMPACT_CONTINUE, /* - * The full zone was compacted scanned but wasn't successfull to compact + * The full zone was compacted scanned but wasn't successful to compact * suitable pages. */ COMPACT_COMPLETE, /* - * direct compaction has scanned part of the zone but wasn't successfull + * direct compaction has scanned part of the zone but wasn't successful * to compact suitable pages. */ COMPACT_PARTIAL_SKIPPED, -- 2.18.1