* [PATCH] mm: fix docbook comment for get_vaddr_frames()
@ 2015-09-14 17:22 Jonathan Corbet
0 siblings, 0 replies; only message in thread
From: Jonathan Corbet @ 2015-09-14 17:22 UTC (permalink / raw)
To: Andrew Morton; +Cc: LKML, Jan Kara
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 --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
--
2.5.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-09-14 17:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-14 17:22 [PATCH] mm: fix docbook comment for get_vaddr_frames() Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).