linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: remove duplicate word
@ 2024-11-20  4:54 Ruffalo Lavoisier
  2024-12-10 12:13 ` Will Deacon
  0 siblings, 1 reply; 2+ messages in thread
From: Ruffalo Lavoisier @ 2024-11-20  4:54 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon
  Cc: Ruffalo Lavoisier, linux-arm-kernel, linux-kernel

- 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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: remove duplicate word
  2024-11-20  4:54 [PATCH] arm64: remove duplicate word Ruffalo Lavoisier
@ 2024-12-10 12:13 ` Will Deacon
  0 siblings, 0 replies; 2+ messages in thread
From: Will Deacon @ 2024-12-10 12:13 UTC (permalink / raw)
  To: Ruffalo Lavoisier; +Cc: Catalin Marinas, linux-arm-kernel, linux-kernel

On Wed, Nov 20, 2024 at 01:54:04PM +0900, Ruffalo Lavoisier wrote:
> - Remove duplicate word, 'to'.
> ---
>  arch/arm64/include/asm/pgtable-prot.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Please include a Signed-off-by line so that this can be applied.
More details are available in:

	Documentation/process/submitting-patches.rst

Will


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-12-10 12:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-20  4:54 [PATCH] arm64: remove duplicate word Ruffalo Lavoisier
2024-12-10 12:13 ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).