The patch titled relay: fix subbuf_splice_actor() comment has been added to the -mm tree. Its filename is relay-fix-subbuf_splice_actor-comment.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: relay: fix subbuf_splice_actor() comment From: Tom Zanussi <zanussi@xxxxxxxxxx> Change comment from kerneldoc to normal. Signed-off-by: Tom Zanussi <zanussi@xxxxxxxxxx> Cc: Jens Axboe <jens.axboe@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/relay.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/relay.c~relay-fix-subbuf_splice_actor-comment kernel/relay.c --- a/kernel/relay.c~relay-fix-subbuf_splice_actor-comment +++ a/kernel/relay.c @@ -1061,7 +1061,7 @@ static struct pipe_buf_operations relay_ .get = generic_pipe_buf_get, }; -/** +/* * subbuf_splice_actor - splice up to one subbuf's worth of data */ static int subbuf_splice_actor(struct file *in, _ Patches currently in -mm which might be from zanussi@xxxxxxxxxx are git-block.patch relay-fix-subbuf_splice_actor-comment.patch relay-fix-bogus-cast-in-subbuf_splice_actor.patch kernel-relayc-make-functions-static.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