Re: [PATCH] ntfs: fix incorrect kernel-doc comment syntax in files

2021-03-21 Thread Lukas Bulwahn
On Sat, Mar 20, 2021 at 5:29 PM Aditya Srivastava wrote: > > The opening comment mark '/**' is used for highlighting the beginning of > kernel-doc comments. > There are certain files in fs/ntfs which follow this syntax, but the > content inside does not comply with kernel-doc. > Such lines were pr

Re: [PATCH] ntfs: fix incorrect kernel-doc comment syntax in files

2021-03-20 Thread Randy Dunlap
LGTM. Thanks. Reviewed-by: Randy Dunlap

[PATCH] ntfs: fix incorrect kernel-doc comment syntax in files

2021-03-20 Thread Aditya Srivastava
The opening comment mark '/**' is used for highlighting the beginning of kernel-doc comments. There are certain files in fs/ntfs 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 due to the pre