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

2021-01-28 Thread bingjing chang
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 於 2021年1月29日 週五 下午1:51寫道: > > [loop bxxxj...@gmail.com] in order to reply in plain-text

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

2021-01-28 Thread Randy Dunlap
On 1/27/21 11:13 PM, bingjingc wrote: > From: BingJing Chang > > Will be used by fs parsing options & fix kernel-doc typos > > Reviewed-by: Robbie Ko > Reviewed-by: Chung-Chiang Cheng > Reviewed-by: Matthew Wilcox > Reviewed-by: Randy Dunlap You should drop my Reviewed-by: also, until I expl

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

2021-01-27 Thread bingjingc
From: BingJing Chang Will be used by fs parsing options & fix kernel-doc typos Reviewed-by: Robbie Ko Reviewed-by: Chung-Chiang Cheng Reviewed-by: Matthew Wilcox Reviewed-by: Randy Dunlap Signed-off-by: BingJing Chang --- include/linux/parser.h | 1 + lib/parser.c | 44 ++