From 3d359ff90571704b53f19bf95aa797337c041abc Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 29 Jul 2021 11:10:24 +0100 Subject: MdePkg: Fix broken coding style in Acpi64.h Bugzilla: 3516 (https://bugzilla.tianocore.org/show_bug.cgi?id=3516) Fix a coding style issue raised by EccCheck. This issue (error code 7008) has been fixed by moving a nested union out of its structure. Also add Acpi64.h to the "IgnoreFiles" list to stop the CI flagging naming errors present prior to ACPI 64. Signed-off-by: Chris Jones Reviewed-by: Liming Gao Reviewed-by: Sami Mujawar --- MdePkg/MdePkg.ci.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MdePkg/MdePkg.ci.yaml') diff --git a/MdePkg/MdePkg.ci.yaml b/MdePkg/MdePkg.ci.yaml index 15931eacca..98eaea1c82 100644 --- a/MdePkg/MdePkg.ci.yaml +++ b/MdePkg/MdePkg.ci.yaml @@ -3,6 +3,7 @@ # # Copyright (c) Microsoft Corporation # Copyright (c) 2020, Intel Corporation. All rights reserved.
+# Copyright (c) 2021, Arm Limited. All rights reserved.
# SPDX-License-Identifier: BSD-2-Clause-Patent ## { @@ -19,6 +20,7 @@ ], ## Both file path and directory path are accepted. "IgnoreFiles": [ + "Include/IndustryStandard/Acpi64.h" ] }, ## options defined ci/Plugin/CompilerPlugin -- cgit