All of lore.kernel.org
 help / color / mirror / Atom feed
* + mm-add-missing-kernel-doc-in-mm-memoryc-do_set_pte.patch added to -mm tree
@ 2016-06-10 22:02 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2016-06-10 22:02 UTC (permalink / raw)
  To: rdunlap, mm-commits


The patch titled
     Subject: mm: add missing kernel-doc in mm/memory.c::do_set_pte()
has been added to the -mm tree.  Its filename is
     mm-add-missing-kernel-doc-in-mm-memoryc-do_set_pte.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/mm-add-missing-kernel-doc-in-mm-memoryc-do_set_pte.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/mm-add-missing-kernel-doc-in-mm-memoryc-do_set_pte.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Randy Dunlap <rdunlap@infradead.org>
Subject: mm: add missing kernel-doc in mm/memory.c::do_set_pte()

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

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

Link: http://lkml.kernel.org/r/575B01BD.9020809@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/memory.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN mm/memory.c~mm-add-missing-kernel-doc-in-mm-memoryc-do_set_pte mm/memory.c
--- a/mm/memory.c~mm-add-missing-kernel-doc-in-mm-memoryc-do_set_pte
+++ a/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.
  *
_

Patches currently in -mm which might be from rdunlap@infradead.org are

debugobjectsh-fix-trivial-kernel-doc-warning.patch
mm-add-missing-kernel-doc-in-mm-memoryc-do_set_pte.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-10 22:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-10 22:02 + mm-add-missing-kernel-doc-in-mm-memoryc-do_set_pte.patch added to -mm tree akpm

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.