fs/splice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Trivial fix.
Signed-off-by: Askar Safin <safinaskar@gmail.com>
---
fs/splice.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/splice.c b/fs/splice.c
index f5094b6d0..d338fe56b 100644
--- a/fs/splice.c
+++ b/fs/splice.c
@@ -1498,7 +1498,7 @@ static int pipe_to_user(struct pipe_inode_info *pipe, struct pipe_buffer *buf,
/*
* For lack of a better implementation, implement vmsplice() to userspace
- * as a simple copy of the pipes pages to the user iov.
+ * as a simple copy of the pipe's pages to the user iov.
*/
static ssize_t vmsplice_to_user(struct file *file, struct iov_iter *iter,
unsigned int flags)
base-commit: fd95357fd8c6778ac7dea6c57a19b8b182b6e91f
--
2.47.3
On Thu, 20 Nov 2025 21:13:16 +0000, Askar Safin wrote:
> Trivial fix.
>
>
Applied to the vfs-6.19.misc branch of the vfs/vfs.git tree.
Patches in the vfs-6.19.misc branch should appear in linux-next soon.
Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.
It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.
Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs-6.19.misc
[1/1] fs/splice.c: trivial fix: pipes -> pipe's
https://git.kernel.org/vfs/vfs/c/bef0202fb77b
© 2016 - 2025 Red Hat, Inc.