projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e0d7f7
)
fuse: Fix whitespace for fuse_uring_args_to_ring() comment
author
Bernd Schubert
<bschubert@ddn.com>
Tue, 21 Oct 2025 20:46:43 +0000
(22:46 +0200)
committer
Miklos 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
patch
|
blob
|
history
diff --git
a/fs/fuse/dev_uring.c
b/fs/fuse/dev_uring.c
index
ed34676
..
0066c9c
100644
(file)
--- 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)
{