[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210906140823.118213-1-wangborong@cdjrlc.com>
Date: Mon, 6 Sep 2021 22:08:23 +0800
From: Jason Wang <wangborong@...rlc.com>
To: linux@...linux.org.uk
Cc: akpm@...ux-foundation.org, david@...hat.com, rppt@...nel.org,
wangborong@...rlc.com, willy@...radead.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH] ARM: mm: Fix typo in a comment
s/page page/page/
Signed-off-by: Jason Wang <wangborong@...rlc.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
Powered by blists - more mailing lists