aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Corbet <[email protected]>2015-11-05 18:46:23 -0800
committerLinus Torvalds <[email protected]>2015-11-05 19:34:48 -0800
commit61f9ec1d8e97131ce55159647fcdfeccc0f40647 (patch)
tree2e2e349c4ee4a415c02585eb95c1c75c7f3b0c2d
parent7f822c24c2b32a9feafb33e3b9a9e23ef4278c2c (diff)
mm: fix docbook comment for get_vaddr_frames()
get_vaddr_frames() has a comment that's *almost* a docbook comment; add the missing star so that the tools will find it properly. Signed-off-by: Jonathan Corbet <[email protected]> Cc: Jan Kara <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--mm/frame_vector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/frame_vector.c b/mm/frame_vector.c
index cdabcb93c6a6..7cf2b7163222 100644
--- a/mm/frame_vector.c
+++ b/mm/frame_vector.c
@@ -7,7 +7,7 @@
#include <linux/pagemap.h>
#include <linux/sched.h>
-/*
+/**
* get_vaddr_frames() - map virtual addresses to pfns
* @start: starting user address
* @nr_frames: number of pages / pfns from start to map