From: Randy Dunlap Date: Tue, 7 Apr 2026 00:50:38 +0000 (-0700) Subject: fuse-uring: drop kernel-doc notation for a comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=288241c802990584afb7dd3d7bbf3c28d58e9514;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Miklos Szeredi --- diff --git a/fs/fuse/dev_uring_i.h b/fs/fuse/dev_uring_i.h index 1875f73168ef1..55f8d04e4b0b2 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 */