Re: [PATCH] usb: dwc3: st: fix incorrect kernel-doc comment syntax in file

2021-03-29 Thread Randy Dunlap
On 3/29/21 6:20 AM, Aditya Srivastava wrote: > The opening comment mark '/**' is used for highlighting the beginning of > kernel-doc comments. > The header for drivers/usb/dwc3/dwc3-st.c follows this syntax, but the > content inside does not comply with kernel-doc. > > This line was probably not m

[PATCH] usb: dwc3: st: fix incorrect kernel-doc comment syntax in file

2021-03-29 Thread Aditya Srivastava
The opening comment mark '/**' is used for highlighting the beginning of kernel-doc comments. The header for drivers/usb/dwc3/dwc3-st.c follows this syntax, but the content inside does not comply with kernel-doc. This line was probably not meant for kernel-doc parsing, but is parsed due to the pre