Skip to content

Commit 25ccb6e

Browse files
linjaso1mergify[bot]
authored andcommitted
DynamicTablesPkg/AcpiFacsLib: Fix Issue from Debug Macro Checking
- This patch is intended to fix the debug macro issue reported from the Debug Macro Checking. - Remove the redundant comma between two debug message string. Signed-off-by: Jason1 Lin <[email protected]>
1 parent dd5cce3 commit 25ccb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynamicTablesPkg/Library/Acpi/X64/AcpiFacsLib/FacsGenerator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ FacsUpdateTableInfo (
269269
{
270270
DEBUG ((
271271
DEBUG_ERROR,
272-
"ERROR: FACS: Invalid Flags. Flags = 0x%x, OSPM Flags = 0x%x.\n",
272+
"ERROR: FACS: Invalid Flags. Flags = 0x%x, OSPM Flags = 0x%x.\n"
273273
" 64-bit wake is not supported but 64-bit wake flag is set.\n",
274274
FacsInfo->Flags,
275275
FacsInfo->OspmFlags

0 commit comments

Comments
 (0)