All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] relay: fix subbuf_splice_actor() comment
@ 2007-07-11 20:36 Tom Zanussi
  0 siblings, 0 replies; only message in thread
From: Tom Zanussi @ 2007-07-11 20:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, jens.axboe, dwilder

Change comment from kerneldoc to normal.

Signed-off-by: Tom Zanussi <zanussi@us.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,




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-07-11 20:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-11 20:36 [PATCH] relay: fix subbuf_splice_actor() comment Tom Zanussi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.