Re: [PATCH] PCI: endpoint: fix incorrect kernel-doc comment syntax

2021-04-11 Thread Randy Dunlap
On 4/11/21 3:15 AM, Aditya Srivastava wrote: > The opening comment mark '/**' is used for highlighting the beginning of > kernel-doc comments. > There are certain files in include/linux/pci*, which follow this syntax, > but the content inside does not comply with kernel-doc. > Such lines were proba

[PATCH] PCI: endpoint: fix incorrect kernel-doc comment syntax

2021-04-11 Thread Aditya Srivastava
The opening comment mark '/**' is used for highlighting the beginning of kernel-doc comments. There are certain files in include/linux/pci*, which follow this syntax, but the content inside does not comply with kernel-doc. Such lines were probably not meant for kernel-doc parsing, but are parsed du