From patchwork Sat Feb 1 01:55:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11360817 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 62D42139A for ; Sat, 1 Feb 2020 01:55:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 40B2F20740 for ; Sat, 1 Feb 2020 01:55:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="q30T6ANA" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726636AbgBABzp (ORCPT ); Fri, 31 Jan 2020 20:55:45 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:53758 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726567AbgBABzp (ORCPT ); Fri, 31 Jan 2020 20:55:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:MIME-Version:Date:Message-ID:Subject:From:Cc:To:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=1PKGGrJbH+yDuKFV2kginutGKJI4kg35LvNPD/VL3Mc=; b=q30T6ANAPJJ1W8IMvG1LTwEZc jhMQUwJ6wAyOGARcu5yOMa/ttVmD8ACirDDqzoJ9O3/sqew6Lkf6GIirmH8w+JKWU1GHE/llWElGw FYIQ1y6ljJVsfn6rMjBIMvSGKoAUExx0bCpbW+fI+b25ZHoem+GWmI6T3gFpK878pWnnYgsgIAQ10 RziY73nq7KRHkNAX7f9po79Pw9EmZPoOTd8m6jffIJfFIeLpA4zsKtgm827jkmUkMsxMmv5J5sK7z wbkYFKvX6q+W6+OKKWfy7iW7dNuZtHNa9hIDswdBu76VvOWJ6P7n57iMeYQbZrWOkAluvrD8FD1ao jAmrcS6Lw==; Received: from [2601:1c0:6280:3f0::19c2] by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1ixi0e-0007DO-Kc; Sat, 01 Feb 2020 01:55:44 +0000 To: LKML , Andrew Morton Cc: Ralf Baechle , Paul Burton , linux-mips@vger.kernel.org From: Randy Dunlap Subject: [PATCH] arch/mips: change duplicated word in NUMA help text Message-ID: <8e127f9a-6c73-e0f5-4fb5-f3ab3656221f@infradead.org> Date: Fri, 31 Jan 2020 17:55:43 -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 Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org From: Randy Dunlap Fix wording in NUMA help text. Signed-off-by: Randy Dunlap Cc: Ralf Baechle Cc: Paul Burton Cc: linux-mips@vger.kernel.org Reviewed-by: Philippe Mathieu-Daudé --- arch/mips/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200131.orig/arch/mips/Kconfig +++ linux-next-20200131/arch/mips/Kconfig @@ -2676,7 +2676,7 @@ config NUMA Say Y to compile the kernel to support NUMA (Non-Uniform Memory Access). This option improves performance on systems with more than two nodes; on two node systems it is generally better to - leave it disabled; on single node systems disable this option + leave it disabled; on single node systems leave this option disabled. config SYS_SUPPORTS_NUMA