From patchwork Wed Sep 27 06:59:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Charles Han X-Patchwork-Id: 13400025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 2530EE80A9A for ; Wed, 27 Sep 2023 07:00:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :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=Sgw7tZgqiXC+8fZBQB+Rt7o++B1NFvYn7FjVh8tHg6s=; b=HlZzuBAoPRBLEe pVpARdpdStalBA9pXNDEX0JrcaG9Zx6ym+yp06botQ7oNc//U78phJ0pazgo2jCz4hcGHASqZFyHy TZ6KpPgMq2YyJ3TvOeFVSfhUyPfP0h0w+ElIxuBBgh59k1g9pRWdZKCXUIWpj4A+sdEH6Gr5Jg8jj CmaByiB51n1hdxmNfiKE6wgvzsIEE1TrZA8EQ2DldLty026ozTOzJGrqBhx0gUKzmfO4M+MI9QAQ6 3Q0sV5smw22c0rgRpD5pJ1shAF3JtYYS2yE5NjvlMhbkvAD5FrCn3qw+dSuAXYJ7U5K2YvKkGLiHZ 2AM2dt2N9YGePwozX2cA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qlOWn-0008aB-1W; Wed, 27 Sep 2023 07:00:09 +0000 Received: from unicom146.biz-email.net ([210.51.26.146]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qlOWj-0008Xc-2I for linux-arm-kernel@lists.infradead.org; Wed, 27 Sep 2023 07:00:08 +0000 Received: from unicom146.biz-email.net by unicom146.biz-email.net ((D)) with ASMTP (SSL) id WFI00036; Wed, 27 Sep 2023 14:59:36 +0800 Received: from jtjnmail201607.home.langchao.com (10.100.2.7) by jtjnmail201610.home.langchao.com (10.100.2.10) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.32; Wed, 27 Sep 2023 14:59:39 +0800 Received: from localhost.localdomain.com (10.73.42.143) by jtjnmail201607.home.langchao.com (10.100.2.7) with Microsoft SMTP Server id 15.1.2507.32; Wed, 27 Sep 2023 14:59:39 +0800 From: Charles Han To: , , , , , , , , , , , , , , CC: , , Charles Han Subject: [PATCH] arch/arm: Remove repeated word "the" in comments Date: Wed, 27 Sep 2023 14:59:36 +0800 Message-ID: <20230927065936.153738-1-hanchunchao@inspur.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-Originating-IP: [10.73.42.143] tUid: 2023927145936f39ca0dae6a7ebb230170e20e0974c53 X-Abuse-Reports-To: service@corp-email.com Abuse-Reports-To: service@corp-email.com X-Complaints-To: service@corp-email.com X-Report-Abuse-To: service@corp-email.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230927_000006_249544_88DF74D6 X-CRM114-Status: GOOD ( 10.48 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Remove the repeated word "the" in comments. Signed-off-by: Charles Han --- arch/arm/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9557808e8937..2321be76a719 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1563,7 +1563,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 @@ -1701,7 +1701,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.