All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Linux MM <linux-mm@kvack.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH] mm: add missing kernel-doc in mm/memory.c::do_set_pte()
Date: Fri, 10 Jun 2016 11:06:53 -0700	[thread overview]
Message-ID: <575B01BD.9020809@infradead.org> (raw)

From: Randy Dunlap <rdunlap@infradead.org>

Fix kernel-doc warning in mm/memory.c:

..//mm/memory.c:2881: warning: No description found for parameter 'old'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
 mm/memory.c |    1 +
 1 file changed, 1 insertion(+)

--- lnx-47-rc2.orig/mm/memory.c
+++ lnx-47-rc2/mm/memory.c
@@ -2870,6 +2870,7 @@ static int __do_fault(struct vm_area_str
  * @pte: pointer to target page table entry
  * @write: true, if new entry is writable
  * @anon: true, if it's anonymous page
+ * @old: if true, mark the PTE as old (clear _PAGE_ACCESSED for this entry)
  *
  * Caller must hold page table lock relevant for @pte.
  *

WARNING: multiple messages have this Message-ID (diff)
From: Randy Dunlap <rdunlap@infradead.org>
To: Linux MM <linux-mm@kvack.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH] mm: add missing kernel-doc in mm/memory.c::do_set_pte()
Date: Fri, 10 Jun 2016 11:06:53 -0700	[thread overview]
Message-ID: <575B01BD.9020809@infradead.org> (raw)

From: Randy Dunlap <rdunlap@infradead.org>

Fix kernel-doc warning in mm/memory.c:

..//mm/memory.c:2881: warning: No description found for parameter 'old'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
 mm/memory.c |    1 +
 1 file changed, 1 insertion(+)

--- lnx-47-rc2.orig/mm/memory.c
+++ lnx-47-rc2/mm/memory.c
@@ -2870,6 +2870,7 @@ static int __do_fault(struct vm_area_str
  * @pte: pointer to target page table entry
  * @write: true, if new entry is writable
  * @anon: true, if it's anonymous page
+ * @old: if true, mark the PTE as old (clear _PAGE_ACCESSED for this entry)
  *
  * Caller must hold page table lock relevant for @pte.
  *

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

             reply	other threads:[~2016-06-10 18:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-10 18:06 Randy Dunlap [this message]
2016-06-10 18:06 ` [PATCH] mm: add missing kernel-doc in mm/memory.c::do_set_pte() Randy Dunlap
2016-06-10 22:33 ` Kirill A. Shutemov
2016-06-10 22:33   ` Kirill A. Shutemov

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=575B01BD.9020809@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=akpm@linux-foundation.org \
    --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 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.