Searched hist:"2 defb27292176959da02f1ba32940870dd1814eb" (Results 1 – 1 of 1) sorted by relevance
/linux/scripts/ |
H A D | kernel-doc | diff 2defb27292176959da02f1ba32940870dd1814eb Mon Dec 18 13:30:18 CET 2017 Mauro Carvalho Chehab <mchehab@s-opensource.com> scripts: kernel-doc: apply filtering rules to warnings
When kernel-doc is called with output selection filters, it will be called lots of time for a single file. If there is a warning present there, it means that it may print hundreds of identical warnings.
Worse than that, the -function NAME actually filters only functions. So, it makes no sense at all to print warnings for structs or enums.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
|