]> git.ipfire.org Git - thirdparty/linux.git/commit
fuse-uring: drop kernel-doc notation for a comment
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 7 Apr 2026 00:50:38 +0000 (17:50 -0700)
committerMiklos Szeredi <mszeredi@redhat.com>
Mon, 15 Jun 2026 12:06:18 +0000 (14:06 +0200)
commit288241c802990584afb7dd3d7bbf3c28d58e9514
tree120466e5f8ae896ea90f86ff6a6c61a2cbf455dd
parenta63607723108f8c4003c040ca7fd704c6340814b
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>
fs/fuse/dev_uring_i.h