Skip to content

Commit bef0202

Browse files
Askar Safinbrauner
authored andcommitted
fs/splice.c: trivial fix: pipes -> pipe's
Trivial fix. Signed-off-by: Askar Safin <safinaskar@gmail.com> Link: https://patch.msgid.link/20251120211316.706725-1-safinaskar@gmail.com Signed-off-by: Christian Brauner <brauner@kernel.org>
1 parent 8d79ec9 commit bef0202

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/splice.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1498,7 +1498,7 @@ static int pipe_to_user(struct pipe_inode_info *pipe, struct pipe_buffer *buf,
14981498

14991499
/*
15001500
* For lack of a better implementation, implement vmsplice() to userspace
1501-
* as a simple copy of the pipes pages to the user iov.
1501+
* as a simple copy of the pipe's pages to the user iov.
15021502
*/
15031503
static ssize_t vmsplice_to_user(struct file *file, struct iov_iter *iter,
15041504
unsigned int flags)

0 commit comments

Comments
 (0)