[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20241120045406.21537-1-RuffaloLavoisier@gmail.com>
Date: Wed, 20 Nov 2024 13:54:04 +0900
From: Ruffalo Lavoisier <ruffalolavoisier@...il.com>
To: Catalin Marinas <catalin.marinas@....com>,
Will Deacon <will@...nel.org>
Cc: Ruffalo Lavoisier <RuffaloLavoisier@...il.com>,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] arm64: remove duplicate word
- Remove duplicate word, 'to'.
---
arch/arm64/include/asm/pgtable-prot.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/include/asm/pgtable-prot.h b/arch/arm64/include/asm/pgtable-prot.h
index 9f9cf13bbd95..1d6970efeb6d 100644
--- a/arch/arm64/include/asm/pgtable-prot.h
+++ b/arch/arm64/include/asm/pgtable-prot.h
@@ -131,7 +131,7 @@ static inline bool __pure lpa2_is_enabled(void)
/*
* Page types used via Permission Indirection Extension (PIE). PIE uses
- * the USER, DBM, PXN and UXN bits to to generate an index which is used
+ * the USER, DBM, PXN and UXN bits to generate an index which is used
* to look up the actual permission in PIR_ELx and PIRE0_EL1. We define
* combinations we use on non-PIE systems with the same encoding, for
* convenience these are listed here as comments as are the unallocated
--
2.46.1
Powered by blists - more mailing lists