The patch titled Subject: mm: fix docbook comment for get_vaddr_frames() has been removed from the -mm tree. Its filename was mm-fix-docbook-comment-for-get_vaddr_frames.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Jonathan Corbet <corbet@xxxxxxx> Subject: 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 <corbet@xxxxxxx> Cc: Jan Kara <jack@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/frame_vector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/frame_vector.c~mm-fix-docbook-comment-for-get_vaddr_frames mm/frame_vector.c --- a/mm/frame_vector.c~mm-fix-docbook-comment-for-get_vaddr_frames +++ a/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 _ Patches currently in -mm which might be from corbet@xxxxxxx are -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html