Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mm/mempolicy.c: parameter doc uniformization

Also fixes kernel-doc warning

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Mel Gorman <mgorman@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Fabian Frederick and committed by
Linus Torvalds
b46e14ac ac769501

+11 -11
+11 -11
mm/mempolicy.c
··· 1606 1606 1607 1607 /* 1608 1608 * get_vma_policy(@task, @vma, @addr) 1609 - * @task - task for fallback if vma policy == default 1610 - * @vma - virtual memory area whose policy is sought 1611 - * @addr - address in @vma for shared policy lookup 1609 + * @task: task for fallback if vma policy == default 1610 + * @vma: virtual memory area whose policy is sought 1611 + * @addr: address in @vma for shared policy lookup 1612 1612 * 1613 1613 * Returns effective policy for a VMA at specified address. 1614 1614 * Falls back to @task or system default policy, as necessary. ··· 1854 1854 #ifdef CONFIG_HUGETLBFS 1855 1855 /* 1856 1856 * huge_zonelist(@vma, @addr, @gfp_flags, @mpol) 1857 - * @vma = virtual memory area whose policy is sought 1858 - * @addr = address in @vma for shared policy lookup and interleave policy 1859 - * @gfp_flags = for requested zone 1860 - * @mpol = pointer to mempolicy pointer for reference counted mempolicy 1861 - * @nodemask = pointer to nodemask pointer for MPOL_BIND nodemask 1857 + * @vma: virtual memory area whose policy is sought 1858 + * @addr: address in @vma for shared policy lookup and interleave policy 1859 + * @gfp_flags: for requested zone 1860 + * @mpol: pointer to mempolicy pointer for reference counted mempolicy 1861 + * @nodemask: pointer to nodemask pointer for MPOL_BIND nodemask 1862 1862 * 1863 1863 * Returns a zonelist suitable for a huge page allocation and a pointer 1864 1864 * to the struct mempolicy for conditional unref after allocation. ··· 2270 2270 /** 2271 2271 * mpol_misplaced - check whether current page node is valid in policy 2272 2272 * 2273 - * @page - page to be checked 2274 - * @vma - vm area where page mapped 2275 - * @addr - virtual address where page mapped 2273 + * @page: page to be checked 2274 + * @vma: vm area where page mapped 2275 + * @addr: virtual address where page mapped 2276 2276 * 2277 2277 * Lookup current policy node id for vma,addr and "compare to" page's 2278 2278 * node id.