Re: [PATCH] scripts/kernel-doc: ignore identifier on anonymous enums
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-03-09 00:11:30
Also in:
lkml
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-03-09 00:11:30
Also in:
lkml
Mauro Carvalho Chehab [off-list ref] writes:
When anonymous enums are used, the identifier is empty. While, IMO, it should be avoided the usage of such enums, adding support for it is not hard. So, postpone the check for empty identifiers to happen only at the dump phase. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> --- scripts/kernel-doc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-)
Applied, thanks. jon