On 19.12.2023 10:02, Nicola Vetrini wrote: > --- a/docs/misra/exclude-list.json > +++ b/docs/misra/exclude-list.json > @@ -209,6 +209,10 @@ > "rel_path": "include/acpi/acglobal.h", > "comment": "Imported from Linux, ignore for now" > }, > + { > + "rel_path": "include/acpi/acmacros.h", > + "comment": "Imported from Linux, ignore for now" > + },
Together with what's already there (in context), wouldn't it better be the entire directory then which is excluded, or at least all include/acpi/ac*.h collectively (and perhaps also include/acpi/platform/ac*.h)? Jan