diff options
| author | Bernd Schubert <bschubert@ddn.com> | 2025-10-21 22:46:43 +0200 |
|---|---|---|
| committer | Miklos Szeredi <mszeredi@redhat.com> | 2025-11-12 11:45:03 +0100 |
| commit | 2a36511609cc7c4817c0998d4651f8c188a6db18 (patch) | |
| tree | 265dcda95c800aa3100885f17c2f2218062832b9 | |
| parent | 6e0d7f7f4a43ac8868e98c87ecf48805aa8c24dd (diff) | |
fuse: Fix whitespace for fuse_uring_args_to_ring() comment
The function comment accidentally got wrong indentation.
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
| -rw-r--r-- | fs/fuse/dev_uring.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/fuse/dev_uring.c b/fs/fuse/dev_uring.c index ed34676703e3..0066c9c0a5d5 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) { |
