mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Liu Aleaxander <aleaxander@gmail.com>
To: linux-mm@kvack.org
Cc: linux-kernel@vger.kernel.org, Liu Aleaxander <Aleaxander@gmail.com>
Subject: [PATCH] mm: fix the wrong comments for kunmap_high
Date: Fri, 22 Oct 2010 20:29:19 +0800	[thread overview]
Message-ID: <1287750559-2942-1-git-send-email-Aleaxander@gmail.com> (raw)

Fix the wrong function descrption for kunmap_high function

Signed-off-by: Liu Aleaxander <Aleaxander@gmail.com>
---
 mm/highmem.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/highmem.c b/mm/highmem.c
index 7a0aa1b..a0bc98f 100644
--- a/mm/highmem.c
+++ b/mm/highmem.c
@@ -242,7 +242,7 @@ void *kmap_high_get(struct page *page)
 #endif
 
 /**
- * kunmap_high - map a highmem page into memory
+ * kunmap_high - unmap a highmem page into memory
  * @page: &struct page to unmap
  *
  * If ARCH_NEEDS_KMAP_HIGH_GET is not defined then this may be called
-- 
1.7.0.1


                 reply	other threads:[~2010-10-22 12:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1287750559-2942-1-git-send-email-Aleaxander@gmail.com \
    --to=aleaxander@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome