diff options
author | Mike Rapoport <rppt@linux.vnet.ibm.com> | 2018-02-06 18:42:13 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-02-06 21:32:48 -0500 |
commit | b7701a5f2ee8e64244d5ccbb90cbe81b940c546e (patch) | |
tree | f98baa886be28a36800ba938af5fd2afb363b88b /mm/nommu.c | |
parent | f7340761812fc10313e6fcc115e0bc4f7a799112 (diff) |
mm: docs: fixup punctuation
so that kernel-doc will properly recognize the parameter and function
descriptions.
Link: http://lkml.kernel.org/r/1516700871-22279-2-git-send-email-rppt@linux.vnet.ibm.com
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/nommu.c')
-rw-r--r-- | mm/nommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/nommu.c b/mm/nommu.c index 4b9864b17cb0..ebb6e618dade 100644 --- a/mm/nommu.c +++ b/mm/nommu.c | |||
@@ -1836,7 +1836,7 @@ int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm, | |||
1836 | } | 1836 | } |
1837 | 1837 | ||
1838 | /** | 1838 | /** |
1839 | * @access_remote_vm - access another process' address space | 1839 | * access_remote_vm - access another process' address space |
1840 | * @mm: the mm_struct of the target address space | 1840 | * @mm: the mm_struct of the target address space |
1841 | * @addr: start address to access | 1841 | * @addr: start address to access |
1842 | * @buf: source or destination buffer | 1842 | * @buf: source or destination buffer |