summaryrefslogtreecommitdiffstats
path: root/mm/mlock.c
diff options
context:
space:
mode:
authorMike Rapoport2018-02-07 00:42:13 +0100
committerLinus Torvalds2018-02-07 03:32:48 +0100
commitb7701a5f2ee8e64244d5ccbb90cbe81b940c546e (patch)
treef98baa886be28a36800ba938af5fd2afb363b88b /mm/mlock.c
parentpipe: read buffer limits atomically (diff)
downloadkernel-qcow2-linux-b7701a5f2ee8e64244d5ccbb90cbe81b940c546e.tar.gz
kernel-qcow2-linux-b7701a5f2ee8e64244d5ccbb90cbe81b940c546e.tar.xz
kernel-qcow2-linux-b7701a5f2ee8e64244d5ccbb90cbe81b940c546e.zip
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/mlock.c')
-rw-r--r--mm/mlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/mlock.c b/mm/mlock.c
index f7f54fd2e13f..79398200e423 100644
--- a/mm/mlock.c
+++ b/mm/mlock.c
@@ -157,7 +157,7 @@ static void __munlock_isolation_failed(struct page *page)
/**
* munlock_vma_page - munlock a vma page
- * @page - page to be unlocked, either a normal page or THP page head
+ * @page: page to be unlocked, either a normal page or THP page head
*
* returns the size of the page as a page mask (0 for normal page,
* HPAGE_PMD_NR - 1 for THP head page)