mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 01:32:21 +02:00
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>
This commit is contained in:
parent
a636077231
commit
288241c802
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user