Re: [PATCH] x86/platform/intel/quark: fix incorrect kernel-doc comment syntax in files

2021-03-30 Thread Randy Dunlap
On 3/30/21 2:30 PM, Aditya Srivastava wrote: > The opening comment mark '/**' is used for highlighting the beginning of > kernel-doc comments. > There are certain files in arch/x86/platform/intel-quark, which follow this > syntax, but the content inside does not comply with kernel-doc. > Such lines

[PATCH] x86/platform/intel/quark: fix incorrect kernel-doc comment syntax in files

2021-03-30 Thread Aditya Srivastava
The opening comment mark '/**' is used for highlighting the beginning of kernel-doc comments. There are certain files in arch/x86/platform/intel-quark, 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 ar