Home
last modified time | relevance | path

Searched hist:"15 e2544ed38a1e39b702277bdcd2bb1275e78925" (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/
H A Dkernel-docdiff 15e2544ed38a1e39b702277bdcd2bb1275e78925 Mon Aug 12 18:06:31 CEST 2019 Andy Shevchenko <andriy.shevchenko@linux.intel.com> kernel-doc: Allow anonymous enum

In C is a valid construction to have an anonymous enumerator.

Though we have now:

drivers/pinctrl/intel/pinctrl-intel.c:240: error: Cannot parse enum!

Support it in the kernel-doc script.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>