[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1184186189.4517.35.camel@ubuntu>
Date: Wed, 11 Jul 2007 15:36:29 -0500
From: Tom Zanussi <zanussi@...ibm.com>
To: linux-kernel@...r.kernel.org
Cc: akpm@...ux-foundation.org, jens.axboe@...cle.com,
dwilder@...ibm.com
Subject: [PATCH] relay: fix subbuf_splice_actor() comment
Change comment from kerneldoc to normal.
Signed-off-by: Tom Zanussi <zanussi@...ibm.com>
---
relay.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/relay.c b/kernel/relay.c
index 7802697..a615a8f 100644
--- a/kernel/relay.c
+++ b/kernel/relay.c
@@ -1061,7 +1061,7 @@ static struct pipe_buf_operations relay_pipe_buf_ops = {
.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,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists