mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 11:16:11 +00:00
relay: fixup kerneldoc comment
Change comment from kerneldoc to normal. Signed-off-by: Tom Zanussi <zanussi@us.ibm.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
parent
24da24de2e
commit
d3f35d98b3
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue