Home
last modified time | relevance | path

Searched hist:"0 b54c2e34be7987b5e0ffc0aa0e7dced7301cc1f" (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/
H A Dkernel-docdiff 0b54c2e34be7987b5e0ffc0aa0e7dced7301cc1f Wed Mar 03 09:42:14 CET 2021 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> scripts/kernel-doc: ignore identifier on anonymous enums

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>
Link: https://lore.kernel.org/r/055ad57879f1b9381b90879e00f72fde1c3a5647.1614760910.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>