From patchwork Sat Feb 1 01:51:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11360815 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7D39F1398 for ; Sat, 1 Feb 2020 01:51:20 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 50C5820674 for ; Sat, 1 Feb 2020 01:51:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="NVDLYaHc" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 50C5820674 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Date:Message-ID:Subject: From:To:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=UEmJxRGwvULzUngPcWZrQIO/koyVpk0TijZW2c502qw=; b=NVDLYaHctXiTiD Gvsfdz7j8pLfF68fDXCZsVK+EB09YCFjETnrHnj2HG5tlNLf0Ut1SMzhBmAYlykWFKXCEaAdWIAFI gC3IPXAGV0AVTKCWhIubIrAauiYQBDlVFGLjvecmTOVu0R8b/fCrqple6yhkVWLzQwhcaMaGdTUK3 TKBu3YHXCp1rL9TAUeqYABE6UI19Dz+ySbgjolstWzMJ65vWbFcP8btckXhYxqv9ES4DnY0saeNGV bDR1UjcMwIA8Q06zgs13m5NS/jXtI2Ze8sJdyYF/vyv6TyEFlDUndgWdq7ZVz+413NfQD+btLI5qj dgTfQdUtMeKCB7NWRXlQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ixhwF-0005Xh-7i; Sat, 01 Feb 2020 01:51:11 +0000 Received: from [2601:1c0:6280:3f0::19c2] by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1ixhwB-0005XH-PR; Sat, 01 Feb 2020 01:51:07 +0000 To: LKML , Andrew Morton From: Randy Dunlap Subject: [PATCH] arm64: fix NUMA Kconfig typos Message-ID: <2c69f4d8-03a1-20a6-e8ef-a4518a7c6d07@infradead.org> Date: Fri, 31 Jan 2020 17:51:06 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 Content-Language: en-US X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Catalin Marinas , Will Deacon , LAK Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Randy Dunlap Fix typos in arch/arm64/Kconfig: - spell Numa as NUMA - add hyphenation to Non-Uniform Signed-off-by: Randy Dunlap Cc: Catalin Marinas Cc: Will Deacon Cc: linux-arm-kernel@lists.infradead.org --- arch/arm64/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-next-20200131.orig/arch/arm64/Kconfig +++ linux-next-20200131/arch/arm64/Kconfig @@ -952,11 +952,11 @@ config HOTPLUG_CPU # Common NUMA Features config NUMA - bool "Numa Memory Allocation and Scheduler Support" + bool "NUMA Memory Allocation and Scheduler Support" select ACPI_NUMA if ACPI select OF_NUMA help - Enable NUMA (Non Uniform Memory Access) support. + Enable NUMA (Non-Uniform Memory Access) support. The kernel will try to allocate memory used by a CPU on the local memory of the CPU and add some more