Re: [PATCH] scripts: kernel-doc: add warning for comment not following kernel-doc syntax

2021-04-03 Thread Aditya Srivastava
On 1/4/21 1:02 am, Jonathan Corbet wrote: > Aditya Srivastava writes: > >> On 29/3/21 7:26 pm, Jonathan Corbet wrote: >>> Aditya Srivastava writes: >>> Currently, kernel-doc start parsing the comment as a kernel-doc comment if it starts with '/**', but does not take into account if the

Re: [PATCH] scripts: kernel-doc: add warning for comment not following kernel-doc syntax

2021-03-31 Thread Jonathan Corbet
Aditya Srivastava writes: > On 29/3/21 7:26 pm, Jonathan Corbet wrote: >> Aditya Srivastava writes: >> >>> Currently, kernel-doc start parsing the comment as a kernel-doc comment if >>> it starts with '/**', but does not take into account if the content inside >>> the comment too, adheres with

Re: [PATCH] scripts: kernel-doc: add warning for comment not following kernel-doc syntax

2021-03-29 Thread Aditya Srivastava
On 29/3/21 7:26 pm, Jonathan Corbet wrote: > Aditya Srivastava writes: > >> Currently, kernel-doc start parsing the comment as a kernel-doc comment if >> it starts with '/**', but does not take into account if the content inside >> the comment too, adheres with the expected format. >> This

Re: [PATCH] scripts: kernel-doc: add warning for comment not following kernel-doc syntax

2021-03-29 Thread kernel test robot
Hi Aditya, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on lwn/docs-next] [also build test WARNING on linus/master v5.12-rc5 next-20210329] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use

Re: [PATCH] scripts: kernel-doc: add warning for comment not following kernel-doc syntax

2021-03-29 Thread Jonathan Corbet
Aditya Srivastava writes: > Currently, kernel-doc start parsing the comment as a kernel-doc comment if > it starts with '/**', but does not take into account if the content inside > the comment too, adheres with the expected format. > This results in unexpected and unclear warnings for the user.

Re: [PATCH] scripts: kernel-doc: add warning for comment not following kernel-doc syntax

2021-03-29 Thread kernel test robot
Hi Aditya, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on lwn/docs-next] [also build test WARNING on linus/master v5.12-rc5 next-20210329] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use

[PATCH] scripts: kernel-doc: add warning for comment not following kernel-doc syntax

2021-03-29 Thread Aditya Srivastava
Currently, kernel-doc start parsing the comment as a kernel-doc comment if it starts with '/**', but does not take into account if the content inside the comment too, adheres with the expected format. This results in unexpected and unclear warnings for the user. E.g., running scripts/kernel-doc