diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/Serial.c b/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/Serial.c index 3eeb1d4d0d..4f11534929 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/Serial.c +++ b/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/Serial.c @@ -1167,7 +1167,7 @@ IsaSerialSetAttributes ( } if (Parity == DefaultParity) { - Parity = FixedPcdGet8 (PcdUartDefaultParity); + Parity = (EFI_PARITY_TYPE)FixedPcdGet8 (PcdUartDefaultParity); } if (DataBits == 0) { diff --git a/IntelFrameworkModulePkg/Include/DebugInfo.h b/IntelFrameworkModulePkg/Include/DebugInfo.h index 146a0789f7..2ca92bb148 100644 --- a/IntelFrameworkModulePkg/Include/DebugInfo.h +++ b/IntelFrameworkModulePkg/Include/DebugInfo.h @@ -29,4 +29,4 @@ typedef struct { #pragma pack() -#endif \ No newline at end of file +#endif diff --git a/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c b/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c index 6a1d212d62..61585c7d62 100644 --- a/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c +++ b/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c @@ -875,4 +875,4 @@ CustomDecompressGetAlgorithms ( *NumberOfAlgorithms = 1; return RETURN_SUCCESS; -} \ No newline at end of file +} diff --git a/IntelFrameworkModulePkg/Universal/VariablePei/Variable.c b/IntelFrameworkModulePkg/Universal/VariablePei/Variable.c index 99dfce6d8e..6ace035003 100644 --- a/IntelFrameworkModulePkg/Universal/VariablePei/Variable.c +++ b/IntelFrameworkModulePkg/Universal/VariablePei/Variable.c @@ -623,4 +623,4 @@ Returns: VariableName, VariableGuid ); -} \ No newline at end of file +}