From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.19480.1664940950135807300 for ; Tue, 04 Oct 2022 20:35:50 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=n/BA7Roh; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from localhost.localdomain (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id BE43A20E6F55; Tue, 4 Oct 2022 20:35:48 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com BE43A20E6F55 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1664940949; bh=ns7+o/uZbtAiS0QVKVgQx8KP14MroNtAfQpxYbC7QSk=; h=From:To:Cc:Subject:Date:From; b=n/BA7Roh5zLxjsmCsIAnxjS3ttRWzCyN+j3Ytf6/AwP8xCLAEkqoUs//gH20dWx3W PPTvuJRc/W7JxzByroTxIz/yXEJ7vPYRen308//NitZ0HpypM+hRETlx/k2is+2eQf FYpAKp/6LqtzzVx74kISxB0cUEEcN2hvp18Ntp7E= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Isaac Oram , Heng Luo , Liming Gao , Eric Dong Subject: [edk2-platforms][PATCH v1 0/3] Platform/Intel: Fix invalid DEBUG() macros Date: Tue, 4 Oct 2022 23:35:28 -0400 Message-Id: <20221005033531.3994-1-mikuback@linux.microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D4094 Fixes several debug macros in Platform/Intel that have a mismatched number of print specifiers to arguments. The original author's intention is not always 100% obvious. Though, this series is relatively straightforward. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Isaac Oram Cc: Heng Luo Cc: Liming Gao Cc: Eric Dong Signed-off-by: Michael Kubacki Michael Kubacki (3): MinPlatformPkg: Fix invalid debug macros TigerLakeOpenBoardPkg: Remove unnecessary debug macro argument WhitleyOpenBoardPkg: Fix invalid debug macros Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/DxeCheckPci= .c | 4 ++-- Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/DxeCheckSmi= HandlerInstrument.c | 4 ++-- Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/PeiCheckFvI= nfo.c | 13 ++++-------- Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/PeiCheckHob= .c | 22 +++++++-----------= -- Platform/Intel/TigerlakeOpenBoardPkg/FspWrapper/Library/PeiSiPreMemDefau= ltPolicyInitLib/PeiSiPreMemDefaultPolicyInitLib.c | 2 +- Platform/Intel/WhitleyOpenBoardPkg/Library/AcpiPlatformTableLib/AcpiPlat= formLibApic.c | 2 +- Platform/Intel/WhitleyOpenBoardPkg/Library/AcpiPlatformTableLib/AcpiPlat= formLibSsdt.c | 2 +- Platform/Intel/WhitleyOpenBoardPkg/Library/PeiFspWrapperHobProcessLib/Fs= pWrapperHobProcessLib.c | 2 +- 8 files changed, 20 insertions(+), 31 deletions(-) -- 2.28.0.windows.1