diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2011-03-26 16:27:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-27 22:30:18 -0400 |
commit | ae91dbfc9949cf042c45798557b48d3b83bc3635 (patch) | |
tree | 6af0edfd904b957a2f6ca65ae4a5fdebb78ca5b8 /mm | |
parent | d7c3f8cee81f4548de0513403b74131aee655576 (diff) |
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 <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memory.c b/mm/memory.c index 51a5c23704af..9da8cab1b1b0 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, | |||
3715 | } | 3715 | } |
3716 | 3716 | ||
3717 | /** | 3717 | /** |
3718 | * @access_remote_vm - access another process' address space | 3718 | * access_remote_vm - access another process' address space |
3719 | * @mm: the mm_struct of the target address space | 3719 | * @mm: the mm_struct of the target address space |
3720 | * @addr: start address to access | 3720 | * @addr: start address to access |
3721 | * @buf: source or destination buffer | 3721 | * @buf: source or destination buffer |