diff mbox

mm: fix docbook comment for get_vaddr_frames()

Message ID 20150914112236.18e3f2d0@lwn.net
State Accepted
Commit 61f9ec1d8e97131ce55159647fcdfeccc0f40647
Headers show

Commit Message

Jonathan Corbet Sept. 14, 2015, 5:22 p.m. UTC
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 <corbet@lwn.net>
---
 mm/frame_vector.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/mm/frame_vector.c b/mm/frame_vector.c
index cdabcb9..7cf2b71 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