]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mm: fix docbook comment for get_vaddr_frames()
authorJonathan Corbet <corbet@lwn.net>
Fri, 6 Nov 2015 02:46:23 +0000 (18:46 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Nov 2015 03:34:48 +0000 (19:34 -0800)
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>
Cc: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/frame_vector.c

index cdabcb93c6a61965c7de7ce7f2ae4419437da013..7cf2b7163222b1d304ba1a4dde0604c5f29a3bbd 100644 (file)
@@ -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