diff mbox series

[XEN,2/2] misra: add more entires to exclude-list.json

Message ID ce1bf98508d9d66b3e903a7ce19c0a2ee2420fc2.1692261955.git.federico.serafini@bugseng.com (mailing list archive)
State New, archived
Headers show
Series Add files to the exclude list and update ECL files | expand

Commit Message

Federico Serafini Aug. 17, 2023, 9:42 a.m. UTC
Add entries to the exclude-list.json for those files that need to be
excluded from the analysis scan.

Signed-off-by: Federico Serafini <federico.serafini@bugseng.com>
---
 docs/misra/exclude-list.json | 12 ++++++++++++
 1 file changed, 12 insertions(+)

Comments

Federico Serafini Aug. 17, 2023, 10:48 a.m. UTC | #1
On 17/08/23 11:42, Federico Serafini wrote:
> Add entries to the exclude-list.json for those files that need to be
> excluded from the analysis scan.
> 
> Signed-off-by: Federico Serafini <federico.serafini@bugseng.com>
> ---
>   docs/misra/exclude-list.json | 12 ++++++++++++
>   1 file changed, 12 insertions(+)
> 
> diff --git a/docs/misra/exclude-list.json b/docs/misra/exclude-list.json
> index ca1e2dd678..3be9421e4d 100644
> --- a/docs/misra/exclude-list.json
> +++ b/docs/misra/exclude-list.json
> @@ -181,6 +181,18 @@
>               "rel_path": "drivers/video/font_*",
>               "comment": "Imported from Linux, ignore for now"
>           },
> +        {
> +          "rel_path": "include/acpi/acpiosxf.h",
> +          "comment": "Imported from Linux, ignore for now"
> +        },
> +        {
> +          "rel_path": "include/acpi/acpixf.h",
> +          "comment": "Imported from Linux, ignore for now"
> +        },
> +        {
> +          "rel_path": "include/xen/acpi.h",
> +          "comment": "Imported from Linux, ignore for now"
> +        },
>           {
>               "rel_path": "lib/list-sort.c",
>               "comment": "Imported from Linux, ignore for now"

Wrong indentation, a v2 of this patch has already been sent.

Reviewed-by: Federico Serafini <federico.serafini@bugseng.com>
diff mbox series

Patch

diff --git a/docs/misra/exclude-list.json b/docs/misra/exclude-list.json
index ca1e2dd678..3be9421e4d 100644
--- a/docs/misra/exclude-list.json
+++ b/docs/misra/exclude-list.json
@@ -181,6 +181,18 @@ 
             "rel_path": "drivers/video/font_*",
             "comment": "Imported from Linux, ignore for now"
         },
+        {
+          "rel_path": "include/acpi/acpiosxf.h",
+          "comment": "Imported from Linux, ignore for now"
+        },
+        {
+          "rel_path": "include/acpi/acpixf.h",
+          "comment": "Imported from Linux, ignore for now"
+        },
+        {
+          "rel_path": "include/xen/acpi.h",
+          "comment": "Imported from Linux, ignore for now"
+        },
         {
             "rel_path": "lib/list-sort.c",
             "comment": "Imported from Linux, ignore for now"