Re: [PATCH] xen/shbuf: eliminate 17 kernel-doc warnings

2023-11-05 Thread Juergen Gross
On 06.11.23 06:56, Randy Dunlap wrote: Don't use kernel-doc markers ("/**") for comments that are not in kernel-doc format. This prevents multiple kernel-doc warnings: xen-front-pgdir-shbuf.c:25: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-gu

[PATCH] xen/shbuf: eliminate 17 kernel-doc warnings

2023-11-05 Thread Randy Dunlap
Don't use kernel-doc markers ("/**") for comments that are not in kernel-doc format. This prevents multiple kernel-doc warnings: xen-front-pgdir-shbuf.c:25: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * This structure repr