The patch titled Subject: mm: fix docbook comment for get_vaddr_frames() has been added to the -mm tree. Its filename is mm-fix-docbook-comment-for-get_vaddr_frames.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-fix-docbook-comment-for-get_vaddr_frames.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-fix-docbook-comment-for-get_vaddr_frames.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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 mm-fix-docbook-comment-for-get_vaddr_frames.patch -- 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