The patch titled Subject: userfaultfd: remove wrong comment from userfaultfd_ctx_get() has been added to the -mm tree. Its filename is userfaultfd-remove-wrong-comment-from-userfaultfd_ctx_get.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/userfaultfd-remove-wrong-comment-from-userfaultfd_ctx_get.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/userfaultfd-remove-wrong-comment-from-userfaultfd_ctx_get.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: David Hildenbrand <david@xxxxxxxxxx> Subject: userfaultfd: remove wrong comment from userfaultfd_ctx_get() It's a void function, so there is no return value; Link: http://lkml.kernel.org/r/20170309150817.7510-1-david@xxxxxxxxxx Signed-off-by: David Hildenbrand <david@xxxxxxxxxx> Cc: Andrea Arcangeli <aarcange@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/userfaultfd.c | 2 -- 1 file changed, 2 deletions(-) diff -puN fs/userfaultfd.c~userfaultfd-remove-wrong-comment-from-userfaultfd_ctx_get fs/userfaultfd.c --- a/fs/userfaultfd.c~userfaultfd-remove-wrong-comment-from-userfaultfd_ctx_get +++ a/fs/userfaultfd.c @@ -138,8 +138,6 @@ out: * userfaultfd_ctx_get - Acquires a reference to the internal userfaultfd * context. * @ctx: [in] Pointer to the userfaultfd context. - * - * Returns: In case of success, returns not zero. */ static void userfaultfd_ctx_get(struct userfaultfd_ctx *ctx) { _ Patches currently in -mm which might be from david@xxxxxxxxxx are userfaultfd-remove-wrong-comment-from-userfaultfd_ctx_get.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