All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Wang <wangborong@cdjrlc.com>
To: linux@armlinux.org.uk
Cc: akpm@linux-foundation.org, david@redhat.com, rppt@kernel.org,
	wangborong@cdjrlc.com, willy@infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH] ARM: mm: Fix typo in a comment
Date: Mon,  6 Sep 2021 22:08:23 +0800	[thread overview]
Message-ID: <20210906140823.118213-1-wangborong@cdjrlc.com> (raw)

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


WARNING: multiple messages have this Message-ID (diff)
From: Jason Wang <wangborong@cdjrlc.com>
To: linux@armlinux.org.uk
Cc: akpm@linux-foundation.org, david@redhat.com, rppt@kernel.org,
	wangborong@cdjrlc.com, willy@infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH] ARM: mm: Fix typo in a comment
Date: Mon,  6 Sep 2021 22:08:23 +0800	[thread overview]
Message-ID: <20210906140823.118213-1-wangborong@cdjrlc.com> (raw)

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

             reply	other threads:[~2021-09-06 14:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-06 14:08 Jason Wang [this message]
2021-09-06 14:08 ` [PATCH] ARM: mm: Fix typo in a comment Jason Wang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210906140823.118213-1-wangborong@cdjrlc.com \
    --to=wangborong@cdjrlc.com \
    --cc=akpm@linux-foundation.org \
    --cc=david@redhat.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=rppt@kernel.org \
    --cc=willy@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.