[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <575B01BD.9020809@infradead.org>
Date: Fri, 10 Jun 2016 11:06:53 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Linux MM <linux-mm@...ck.org>,
Andrew Morton <akpm@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] mm: add missing kernel-doc in mm/memory.c::do_set_pte()
From: Randy Dunlap <rdunlap@...radead.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@...radead.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.
*
Powered by blists - more mailing lists