Re: [PATCH v2 1/3] parser: add unsigned int parser

From: bingjing chang
Date: Fri Jan 29 2021 - 01:08:57 EST


Hi Randy,

Thank you for talking to me the correct kernel-doc format. :)

I also split the cleanup of kernel doc comments into an independent
patch due to Jan's comments and submitted it. Thank you.

bingjingc <bingjingc@xxxxxxxxxxxx> 於 2021年1月29日 週五 下午1:51寫道:
>
> [loop bxxxjxxg@xxxxxxxxx] in order to reply in plain-text
> Randy Dunlap <rdunlap@xxxxxxxxxxxxx> 於 2021-01-29 05:26 寫道:
>
> On 1/27/21 11:13 PM, bingjingc wrote:
> > From: BingJing Chang <bingjingc@xxxxxxxxxxxx>
> >
> > Will be used by fs parsing options & fix kernel-doc typos
> >
> > Reviewed-by: Robbie Ko<robbieko@xxxxxxxxxxxx>
> > Reviewed-by: Chung-Chiang Cheng <cccheng@xxxxxxxxxxxx>
> > Reviewed-by: Matthew Wilcox <willy@xxxxxxxxxxxxx>
> > Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
>
> You should drop my Reviewed-by: also, until I explicitly
> reply with that.
>
> > Signed-off-by: BingJing Chang <bingjingc@xxxxxxxxxxxx>
> > ---
> > include/linux/parser.h | 1 +
> > lib/parser.c | 44 +++++++++++++++++++++++++++++++++-----------
> > 2 files changed, 34 insertions(+), 11 deletions(-)
>
> The kernel-doc changes do look good. :)
>
> thanks.
> --
> ~Randy
>

Thanks,
BingJing