]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
fuse: Fix whitespace for fuse_uring_args_to_ring() comment
authorBernd Schubert <bschubert@ddn.com>
Tue, 21 Oct 2025 20:46:43 +0000 (22:46 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Wed, 12 Nov 2025 10:45:03 +0000 (11:45 +0100)
The function comment accidentally got wrong indentation.

Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/dev_uring.c

index ed34676703e35c629fe2c40e804679b81b2769d2..0066c9c0a5d52057acbbe51a358f87b9abe1f0e1 100644 (file)
@@ -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)
 {