From patchwork Sun Jul 26 00:21:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11685339 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 EC20713B6 for ; Sun, 26 Jul 2020 00:23:55 +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 BF51E206D7 for ; Sun, 26 Jul 2020 00:23:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="bX4EGJSE"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="C/cN/6HE" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BF51E206D7 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=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=UyOR0JC8iwPIiQ4xLprdZSBncRh8lvt6OoLLa//kbZ4=; b=bX4EGJSElsUNyQfUGmRnMxvdmz yMrPE2hUrAaOiJl2gpxy9fJYsQHGZ5YiQ0+hj+Jorszc0PtToVgRAzRlRH2FEVXuj5p9r0Yd+8fp2 NwG3ahhwNKaYCmFtTBaxTYk7f6Iw8doEPvVEFLUIErZ7wTCngw+2UBdlSeX+aY/GT9J4fzzK5pX33 f3d6X8O7I1b5ClSfLPQ6oabK06VdV3oNJt/3c54g7uqohwLm2n9actR2rQd5fOEVhzFco1A8dgiOe Kz/nHWavuv7K21YviQISprMa/w/l+wNZLkqAKiMrxR9GscMFjIBfwYw5grCGiGcfosN31C/SiJ5HR 0St99VwA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jzUQb-0007oS-Dy; Sun, 26 Jul 2020 00:22:09 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jzUQV-0007o1-JM; Sun, 26 Jul 2020 00:22:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=xhV0Benv3VefaUhXEHmyjX8yxKTDsckJSRvSN4FMtn8=; b=C/cN/6HER1OivX+zta6x7TD14m XuT67Hc8u4Bb7P/QS7M/sPkJ1hd/aOLU/x0Gqah/7BUZqh7kODjiovpjVeAzEL5HanzYV+4v2Onfq qKiM0OVmf1dbWmtlGqVxbf03zG8V4iEx5axaCEAYXcRrRJgq6zVUNp9mzKr7z0DKBsh8U+MJGGIXV NH7yxZMWB2eqQdOm9HcphdOkRRaClxTLE24kDJ/tFlx6uMXswjKwtBcUPtP3f8ma0LBOAE8MsRuhn 0dZanAnTnDWpoBFN7vmavRDC8kz633t0h4DI78fssf5EcUKsXNdOCBdPoRbK1yA6wUHrBnKJpxZxZ pVnhuj0w==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jzUQU-0002Xl-6B; Sun, 26 Jul 2020 00:22:02 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH] arm: unwind.h: fix duplicated word Date: Sat, 25 Jul 2020 17:21:59 -0700 Message-Id: <20200726002159.19846-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 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: Randy Dunlap , Russell King , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Change the repeated words "the" to "to the". Signed-off-by: Randy Dunlap Cc: Russell King Cc: linux-arm-kernel@lists.infradead.org --- arch/arm/include/asm/unwind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200720.orig/arch/arm/include/asm/unwind.h +++ linux-next-20200720/arch/arm/include/asm/unwind.h @@ -10,7 +10,7 @@ #ifndef __ASSEMBLY__ -/* Unwind reason code according the the ARM EABI documents */ +/* Unwind reason code according to the ARM EABI documents */ enum unwind_reason_code { URC_OK = 0, /* operation completed successfully */ URC_CONTINUE_UNWIND = 8,