Em Mon, 2 Nov 2020 19:48:46 +0200 Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> escreveu: > On Mon, Nov 02, 2020 at 06:27:43PM +0100, Mauro Carvalho Chehab wrote: > > Em Mon, 2 Nov 2020 19:06:37 +0200 > > Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> escreveu: > > > > > The commit d38c8cfb0571 ("scripts: kernel-doc: add support for typedef enum") > > > broke anonymous enum parsing. Restore it by relying on members rather than > > > its name. > > > > > > Fixes: d38c8cfb0571 ("scripts: kernel-doc: add support for typedef enum") > > > Reported-by: kernel test robot <lkp@xxxxxxxxx> > > > Cc: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > > > > Patch looks ok to me. Do you have an example about using it for > > anonymous enum? > > drivers/pinctrl/intel/pinctrl-intel.c > Thanks! Both include/linux/phy.h and drivers/pinctrl/intel/pinctrl-intel.c are parsing fine after your patch. So, Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> Thanks, Mauro