From: Bernd Schubert Date: Tue, 21 Oct 2025 20:46:43 +0000 (+0200) Subject: fuse: Fix whitespace for fuse_uring_args_to_ring() comment X-Git-Tag: v6.19-rc1~110^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a36511609cc7c4817c0998d4651f8c188a6db18;p=thirdparty%2Flinux.git fuse: Fix whitespace for fuse_uring_args_to_ring() comment The function comment accidentally got wrong indentation. Signed-off-by: Bernd Schubert Signed-off-by: Miklos Szeredi --- diff --git a/fs/fuse/dev_uring.c b/fs/fuse/dev_uring.c index ed34676703e35..0066c9c0a5d52 100644 --- a/fs/fuse/dev_uring.c +++ b/fs/fuse/dev_uring.c @@ -603,9 +603,9 @@ static int fuse_uring_copy_from_ring(struct fuse_ring *ring, return err; } - /* - * Copy data from the req to the ring buffer - */ +/* + * Copy data from the req to the ring buffer + */ static int fuse_uring_args_to_ring(struct fuse_ring *ring, struct fuse_req *req, struct fuse_ring_ent *ent) {