From patchwork Tue Dec 3 09:33:23 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhu Jun X-Patchwork-Id: 13892055 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 51FA9D73612 for ; Tue, 3 Dec 2024 09:36:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject:Cc: To:From:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=cSfbpLVsX9/TkPoZeYAo1LTKkWTtGCuWPTBpyIKZtrA=; b=wJ15nE7A+xnpXN/hWmCYnvX8pG ZjS7jtDxojb6pBPP2PVvINNR3DEOMM3CqJVzpcXOq46bIKZljlzHWglHONCG+QwGs04JgjuT6oGC1 p6FWsHh1fmHeLkLuRYicSqA82Vjfnx1OJu/QuhxI9evTNVf9aNzQv9xrjmEwdZ5oh/PTSpkHbESIy oDLwdJ9c934Vxj9c94qQjYL7ZXSm0Ztdz1ssperzWuytsGGqHKzgON+kM7PjpSKfmLhLaFhY0Fu4r ykU+J0uRBNcRXnRcGmimaGlqmgdmOjBaGl55mmcA1iOxhX+FVRhtyTtuwzwBmvowsZSlpPx0myRYw 2ay2nsEw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tIPKb-00000008ug0-1slQ; Tue, 03 Dec 2024 09:36:33 +0000 Received: from cmccmta6.chinamobile.com ([111.22.67.139] helo=cmccmta3.chinamobile.com) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tIPHi-00000008td4-2QsP for linux-arm-kernel@lists.infradead.org; Tue, 03 Dec 2024 09:33:36 +0000 X-RM-TagInfo: emlType=0 X-RM-SPAM-FLAG: 00000000 Received: from spf.mail.chinamobile.com (unknown[10.188.0.87]) by rmmx-syy-dmz-app09-12009 (RichMail) with SMTP id 2ee9674ed0652e6-c82fd; Tue, 03 Dec 2024 17:33:25 +0800 (CST) X-RM-TRANSID: 2ee9674ed0652e6-c82fd X-RM-TagInfo: emlType=0 X-RM-SPAM-FLAG: 00000000 Received: from ubuntu.localdomain (unknown[10.55.1.70]) by rmsmtp-syy-appsvr09-12009 (RichMail) with SMTP id 2ee9674ed064de8-2691c; Tue, 03 Dec 2024 17:33:25 +0800 (CST) X-RM-TRANSID: 2ee9674ed064de8-2691c From: Zhu Jun To: catalin.marinas@arm.com Cc: will@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, zhujun2@cmss.chinamobile.com Subject: [RESEND] arm64: asm: Fix typo in pgtable.h Date: Tue, 3 Dec 2024 01:33:23 -0800 Message-Id: <20241203093323.7831-1-zhujun2@cmss.chinamobile.com> X-Mailer: git-send-email 2.17.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241203_013335_145926_1540EC8F X-CRM114-Status: UNSURE ( 8.59 ) X-CRM114-Notice: Please train this message. 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 The word 'trasferring' is wrong, so fix it. Signed-off-by: Zhu Jun --- arch/arm64/include/asm/pgtable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/include/asm/pgtable.h b/arch/arm64/include/asm/pgtable.h index c329ea061dc9..4a5acf522c82 100644 --- a/arch/arm64/include/asm/pgtable.h +++ b/arch/arm64/include/asm/pgtable.h @@ -1338,7 +1338,7 @@ static inline void ___ptep_set_wrprotect(struct mm_struct *mm, } /* - * __ptep_set_wrprotect - mark read-only while trasferring potential hardware + * __ptep_set_wrprotect - mark read-only while transferring potential hardware * dirty status (PTE_DBM && !PTE_RDONLY) to the software PTE_DIRTY bit. */ static inline void __ptep_set_wrprotect(struct mm_struct *mm,