]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
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)
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

index 1875f73168ef19e35f0e3215617f6f5d4eb80363..55f8d04e4b0b2d8a3c2762be120a13460e92957c 100644 (file)
@@ -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
  */