All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: mm: Fix typo in a comment
@ 2021-09-06 14:08 ` Jason Wang
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Wang @ 2021-09-06 14:08 UTC (permalink / raw)
  To: linux
  Cc: akpm, david, rppt, wangborong, willy, linux-arm-kernel, linux-kernel

s/page page/page/

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 arch/arm/mm/copypage-v4mc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mm/copypage-v4mc.c b/arch/arm/mm/copypage-v4mc.c
index f1da3b439b96..d06f57a51a74 100644
--- a/arch/arm/mm/copypage-v4mc.c
+++ b/arch/arm/mm/copypage-v4mc.c
@@ -5,7 +5,7 @@
  *  Copyright (C) 1995-2005 Russell King
  *
  * This handles the mini data cache, as found on SA11x0 and XScale
- * processors.  When we copy a user page page, we map it in such a way
+ * processors.  When we copy a user page, we map it in such a way
  * that accesses to this page will not touch the main data cache, but
  * will be cached in the mini data cache.  This prevents us thrashing
  * the main data cache on page faults.
-- 
2.33.0


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

* [PATCH] ARM: mm: Fix typo in a comment
@ 2021-09-06 14:08 ` Jason Wang
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Wang @ 2021-09-06 14:08 UTC (permalink / raw)
  To: linux
  Cc: akpm, david, rppt, wangborong, willy, linux-arm-kernel, linux-kernel

s/page page/page/

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 arch/arm/mm/copypage-v4mc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mm/copypage-v4mc.c b/arch/arm/mm/copypage-v4mc.c
index f1da3b439b96..d06f57a51a74 100644
--- a/arch/arm/mm/copypage-v4mc.c
+++ b/arch/arm/mm/copypage-v4mc.c
@@ -5,7 +5,7 @@
  *  Copyright (C) 1995-2005 Russell King
  *
  * This handles the mini data cache, as found on SA11x0 and XScale
- * processors.  When we copy a user page page, we map it in such a way
+ * processors.  When we copy a user page, we map it in such a way
  * that accesses to this page will not touch the main data cache, but
  * will be cached in the mini data cache.  This prevents us thrashing
  * the main data cache on page faults.
-- 
2.33.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-09-06 14:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-06 14:08 [PATCH] ARM: mm: Fix typo in a comment Jason Wang
2021-09-06 14:08 ` Jason Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.