gSerialDevTempate should be gSerialDevTemplate Cc: Ray Ni <[email protected]> Cc: Zhichao Gao <[email protected]> Cc: Jian J Wang <[email protected]> Cc: Liming Gao <[email protected]> Cc: Michael D Kinney <[email protected]> Signed-off-by: Nate DeSimone <[email protected]> --- MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.c b/MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.c index 2b5ff0a37a..8b1ce70118 100644 --- a/MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.c +++ b/MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.c @@ -138,7 +138,7 @@ InitializePciSioSerial ( ASSERT_EFI_ERROR (Status); // - // Initialize UART default setting in gSerialDevTempate + // Initialize UART default setting in gSerialDevTemplate // gSerialDevTemplate.SerialMode.BaudRate = PcdGet64 (PcdUartDefaultBaudRate); gSerialDevTemplate.SerialMode.DataBits = PcdGet8 (PcdUartDefaultDataBits); -- 2.27.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#95568): https://edk2.groups.io/g/devel/message/95568 Mute This Topic: https://groups.io/mt/94568920/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
