From patchwork Mon Aug 17 22:33:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin King X-Patchwork-Id: 11719495 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 9E4E9739 for ; Mon, 17 Aug 2020 22:33:58 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 77E1B20674 for ; Mon, 17 Aug 2020 22:33:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="cKJ4CkRK" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 77E1B20674 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=canonical.com 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=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To:From: 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=58P3cv3+tUqvntXzX6WlEsOD0O7EUxdjRVCfVdsVqXU=; b=cKJ4CkRKBGs0wBRXOQYzZLI6UD 06xM1LWCtkHERPuZ8F/hXX5ZlODoLiUIctR9bIAZ9EHOcRlyHm3GmhT+HhEqDpV7vqK9SRYYNKpSn 22JCCERDhR8SIHRJwfNyFgYX4klGpFJME3OcH7u3g5tVtBOlUC9CH9f9OKxks7NYAtk76fm6Hft8c 40DT8vB17d/Eeu7q5GYHi0enhDcEGYYmZMD7gA6asUDZTVqJy5322xrNU/+7kh2qhzUGS+y6JvBr8 RbP6Uk1PApLuVqOdDsg0t5TCVl6OLh5S7buuDoziLOgOdIy4pjf3TMxGGfJz8RriJhgIFyLUBDLEK fGw/JVMg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1k7nh8-0001RQ-QP; Mon, 17 Aug 2020 22:33:34 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1k7nh6-0001Qx-IV for linux-arm-kernel@lists.infradead.org; Mon, 17 Aug 2020 22:33:33 +0000 Received: from [82.43.126.140] (helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1k7nh4-00080d-5A; Mon, 17 Aug 2020 22:33:30 +0000 From: Colin King To: Russell King , linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: Kconfig: remove duplicate "the the" phrase in Kconfig text Date: Mon, 17 Aug 2020 23:33:29 +0100 Message-Id: <20200817223329.5462-1-colin.king@canonical.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200817_183332_713727_C95AC99F X-CRM114-Status: GOOD ( 14.92 ) X-Spam-Score: -5.0 (-----) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (-5.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at https://www.dnswl.org/, high trust [91.189.89.112 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [91.189.89.112 listed in wl.mailspike.net] 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 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: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Colin Ian King There are a couple of occurrences of "the the" in the Kconfig help text. Fix these. Signed-off-by: Colin Ian King --- arch/arm/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e00d94b16658..9ac1be7390f9 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1791,7 +1791,7 @@ config ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND bool "Extend with bootloader kernel arguments" help The command-line arguments provided by the boot loader will be - appended to the the device tree bootargs property. + appended to the device tree bootargs property. endchoice @@ -1948,7 +1948,7 @@ config DMI continue to boot on existing non-UEFI platforms. NOTE: This does *NOT* enable or encourage the use of DMI quirks, - i.e., the the practice of identifying the platform via DMI to + i.e., the practice of identifying the platform via DMI to decide whether certain workarounds for buggy hardware and/or firmware need to be enabled. This would require the DMI subsystem to be enabled much earlier than we do on ARM, which is non-trivial.