> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf > Of Mauro Carvalho Chehab > Sent: Thursday, January 29, 2026 9:08 AM > To: Jonathan Corbet <[email protected]>; Linux Doc Mailing List <linux- > [email protected]> > Cc: Mauro Carvalho Chehab <[email protected]>; > [email protected]; [email protected]; linux- > [email protected]; [email protected]; > [email protected]; Mauro Carvalho Chehab <[email protected]>; > Randy Dunlap <[email protected]> > Subject: [Intel-wired-lan] [PATCH v3 10/30] docs: kdoc_parser: don't > exclude defaults from prototype > > If we do that, the defaults won't be parsed. > > Signed-off-by: Mauro Carvalho Chehab <[email protected]> > Acked-by: Randy Dunlap <[email protected]> > Tested-by: Randy Dunlap <[email protected]> > --- > tools/lib/python/kdoc/kdoc_parser.py | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/tools/lib/python/kdoc/kdoc_parser.py > b/tools/lib/python/kdoc/kdoc_parser.py > index ccee4e0bcaab..0b6cba442d72 100644 > --- a/tools/lib/python/kdoc/kdoc_parser.py > +++ b/tools/lib/python/kdoc/kdoc_parser.py > @@ -207,7 +207,6 @@ var_xforms = [ > (KernRe(r"(?://.*)$"), ""), > (KernRe(r"(?:/\*.*\*/)"), ""), > (KernRe(r";$"), ""), > - (KernRe(r"=.*"), ""), > ] > > # > -- > 2.52.0
Reviewed-by: Aleksandr Loktionov <[email protected]>
