summaryrefslogtreecommitdiffstats
path: root/mm/ksm.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/ksm.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/ksm.c')
-rw-r--r--mm/ksm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/ksm.c b/mm/ksm.c
index c406f75957ad..293721f5da70 100644
--- a/mm/ksm.c
+++ b/mm/ksm.c
@@ -2302,7 +2302,7 @@ next_mm:
/**
* ksm_do_scan - the ksm scanner main worker function.
- * @scan_npages - number of pages we want to scan before we return.
+ * @scan_npages: number of pages we want to scan before we return.
*/
static void ksm_do_scan(unsigned int scan_npages)
{