[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XEN PATCH v2] docs/misra: exclude files inherited from ACPI CA from MISRA compliance
The files under 'include/acpi/ac*.h' and 'include/acpi/plaform/ac*.h' are inherited from Linux and ACPI CA, therefore they are not subject to MISRA compliance at the moment. No functional change. Signed-off-by: Nicola Vetrini <nicola.vetrini@xxxxxxxxxxx> --- Changes in v2: - Generalize the exclusion to ac*.h - Add exclusion for acpi/platform/ac*.h I added acpi/platform to the exclusion list since they indeed seem in the same lot as the other ac*.h headers, as pointed out in v1 by Jan Beulich. --- docs/misra/exclude-list.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/misra/exclude-list.json b/docs/misra/exclude-list.json index 48f671c548b6..72b75215607f 100644 --- a/docs/misra/exclude-list.json +++ b/docs/misra/exclude-list.json @@ -194,19 +194,11 @@ "comment": "Imported from Linux, ignore for now" }, { - "rel_path": "include/acpi/acpiosxf.h", + "rel_path": "include/acpi/ac*.h", "comment": "Imported from Linux, ignore for now" }, { - "rel_path": "include/acpi/acpixf.h", - "comment": "Imported from Linux, ignore for now" - }, - { - "rel_path": "include/acpi/acexcep.h", - "comment": "Imported from Linux, ignore for now" - }, - { - "rel_path": "include/acpi/acglobal.h", + "rel_path": "include/acpi/platform/ac*.h", "comment": "Imported from Linux, ignore for now" }, { -- 2.34.1
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |