Re: [PATCH] block: fix comment syntax in file headers

2021-03-17 Thread Randy Dunlap
On 3/17/21 1:52 PM, Aditya Srivastava wrote: > The opening comment mark '/**' is used for highlighting the beginning of > kernel-doc comments. > There are files in block/partitions/ which follow this syntax in their file > headers, i.e. start with '/**' like comments, which causes unexpected > warn

[PATCH] block: fix comment syntax in file headers

2021-03-17 Thread Aditya Srivastava
The opening comment mark '/**' is used for highlighting the beginning of kernel-doc comments. There are files in block/partitions/ which follow this syntax in their file headers, i.e. start with '/**' like comments, which causes unexpected warnings from kernel-doc. E.g., running scripts/kernel-doc