All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mm: add missing kernel-doc in mm/memory.c::do_set_pte()
@ 2016-06-10 18:06 ` Randy Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2016-06-10 18:06 UTC (permalink / raw)
  To: Linux MM, Andrew Morton, LKML

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.
  *

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] mm: add missing kernel-doc in mm/memory.c::do_set_pte()
@ 2016-06-10 18:06 ` Randy Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2016-06-10 18:06 UTC (permalink / raw)
  To: Linux MM, Andrew Morton, LKML

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>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mm: add missing kernel-doc in mm/memory.c::do_set_pte()
  2016-06-10 18:06 ` Randy Dunlap
@ 2016-06-10 22:33   ` Kirill A. Shutemov
  -1 siblings, 0 replies; 4+ messages in thread
From: Kirill A. Shutemov @ 2016-06-10 22:33 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Linux MM, Andrew Morton, LKML

On Fri, Jun 10, 2016 at 11:06:53AM -0700, Randy Dunlap wrote:
> 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>

Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>

-- 
 Kirill A. Shutemov

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mm: add missing kernel-doc in mm/memory.c::do_set_pte()
@ 2016-06-10 22:33   ` Kirill A. Shutemov
  0 siblings, 0 replies; 4+ messages in thread
From: Kirill A. Shutemov @ 2016-06-10 22:33 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Linux MM, Andrew Morton, LKML

On Fri, Jun 10, 2016 at 11:06:53AM -0700, Randy Dunlap wrote:
> 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>

Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>

-- 
 Kirill A. Shutemov

--
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>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-06-10 22:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-10 18:06 [PATCH] mm: add missing kernel-doc in mm/memory.c::do_set_pte() Randy Dunlap
2016-06-10 18:06 ` Randy Dunlap
2016-06-10 22:33 ` Kirill A. Shutemov
2016-06-10 22:33   ` Kirill A. Shutemov

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.