diff options
author | Mike Rapoport <rppt@linux.vnet.ibm.com> | 2018-04-05 16:24:57 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-04-05 21:36:27 -0700 |
commit | e8b098fc5747a7c871f113c9eb65453cc2d86e6f (patch) | |
tree | 1ea298e22974f4d2eb9d36cd47efca403893b470 /mm/pagewalk.c | |
parent | 002843de36e18bd5be6f5bb858c0de18b6447a64 (diff) | |
download | talos-op-linux-e8b098fc5747a7c871f113c9eb65453cc2d86e6f.tar.gz talos-op-linux-e8b098fc5747a7c871f113c9eb65453cc2d86e6f.zip |
mm: kernel-doc: add missing parameter descriptions
Link: http://lkml.kernel.org/r/1519585191-10180-4-git-send-email-rppt@linux.vnet.ibm.com
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/pagewalk.c')
-rw-r--r-- | mm/pagewalk.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mm/pagewalk.c b/mm/pagewalk.c index 8d2da5dec1e0..c3084ff2569d 100644 --- a/mm/pagewalk.c +++ b/mm/pagewalk.c @@ -258,6 +258,9 @@ static int __walk_page_range(unsigned long start, unsigned long end, /** * walk_page_range - walk page table with caller specific callbacks + * @start: start address of the virtual address range + * @end: end address of the virtual address range + * @walk: mm_walk structure defining the callbacks and the target address space * * Recursively walk the page table tree of the process represented by @walk->mm * within the virtual address range [@start, @end). During walking, we can do |