From: Randy Dunlap Date: Sat, 26 Mar 2011 20:27:01 +0000 (-0700) Subject: mm: fix memory.c incorrect kernel-doc X-Git-Tag: v2.6.39-rc1~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae91dbfc9949cf042c45798557b48d3b83bc3635;p=platform%2Fkernel%2Flinux-exynos.git mm: fix memory.c incorrect kernel-doc Fix mm/memory.c incorrect kernel-doc function notation: Warning(mm/memory.c:3718): Cannot understand * @access_remote_vm - access another process' address space on line 3718 - I thought it was a doc line Signed-off-by: Randy Dunlap Signed-off-by: Linus Torvalds --- diff --git a/mm/memory.c b/mm/memory.c index 51a5c23..9da8cab 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -3715,7 +3715,7 @@ static int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm, } /** - * @access_remote_vm - access another process' address space + * access_remote_vm - access another process' address space * @mm: the mm_struct of the target address space * @addr: start address to access * @buf: source or destination buffer