diff options
| author | Randy Dunlap <rdunlap@infradead.org> | 2026-04-06 17:50:38 -0700 |
|---|---|---|
| committer | Miklos Szeredi <mszeredi@redhat.com> | 2026-06-15 14:06:18 +0200 |
| commit | 288241c802990584afb7dd3d7bbf3c28d58e9514 (patch) | |
| tree | 120466e5f8ae896ea90f86ff6a6c61a2cbf455dd /fs | |
| parent | a63607723108f8c4003c040ca7fd704c6340814b (diff) | |
fuse-uring: drop kernel-doc notation for a comment
Use regular C comment syntax for a non-kernel-doc comment to avoid
a kernel-doc warning:
Warning: fs/fuse/dev_uring_i.h:104 This comment starts with '/**', but
isn't a kernel-doc comment.
* Describes if uring is for communication and holds alls the data needed
Binary build output is the same before and after this change.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/fuse/dev_uring_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/dev_uring_i.h b/fs/fuse/dev_uring_i.h index 1875f73168ef..55f8d04e4b0b 100644 --- a/fs/fuse/dev_uring_i.h +++ b/fs/fuse/dev_uring_i.h @@ -101,7 +101,7 @@ struct fuse_ring_queue { bool stopped; }; -/** +/* * Describes if uring is for communication and holds alls the data needed * for uring communication */ |
