Re: [PATCH] parser: Fix kernel-doc markups

2021-02-03 Thread Jan Kara
On Thu 28-01-21 22:39:46, Randy Dunlap wrote: > On 1/28/21 9:00 PM, bingjingc wrote: > > From: BingJing Chang > > > > Fix existing issues at the kernel-doc markups > > > > Signed-off-by: BingJing Chang > > --- > > lib/parser.c | 22 +++--- > > 1 file changed, 11 insertions(+),

Re: [PATCH] parser: Fix kernel-doc markups

2021-01-28 Thread Randy Dunlap
On 1/28/21 9:00 PM, bingjingc wrote: > From: BingJing Chang > > Fix existing issues at the kernel-doc markups > > Signed-off-by: BingJing Chang > --- > lib/parser.c | 22 +++--- > 1 file changed, 11 insertions(+), 11 deletions(-) > Reviewed-by: Randy Dunlap thanks for the k

[PATCH] parser: Fix kernel-doc markups

2021-01-28 Thread bingjingc
From: BingJing Chang Fix existing issues at the kernel-doc markups Signed-off-by: BingJing Chang --- lib/parser.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/lib/parser.c b/lib/parser.c index f5b3e5d..763acd7 100644 --- a/lib/parser.c +++ b/lib/