* [PATCH V1] MdeModulePkg: Fix spelling error in PciSioSerialDxe
@ 2022-10-25 21:42 Nate DeSimone
2022-10-25 21:43 ` Michael D Kinney
0 siblings, 1 reply; 2+ messages in thread
From: Nate DeSimone @ 2022-10-25 21:42 UTC (permalink / raw)
To: devel; +Cc: Ray Ni, Zhichao Gao, Jian J Wang, Liming Gao, Michael D Kinney
gSerialDevTempate should be gSerialDevTemplate
Cc: Ray Ni <ray.ni@intel.com>
Cc: Zhichao Gao <zhichao.gao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH V1] MdeModulePkg: Fix spelling error in PciSioSerialDxe
2022-10-25 21:42 [PATCH V1] MdeModulePkg: Fix spelling error in PciSioSerialDxe Nate DeSimone
@ 2022-10-25 21:43 ` Michael D Kinney
0 siblings, 0 replies; 2+ messages in thread
From: Michael D Kinney @ 2022-10-25 21:43 UTC (permalink / raw)
To: Desimone, Nathaniel L, devel@edk2.groups.io, Kinney, Michael D
Cc: Ni, Ray, Gao, Zhichao, Wang, Jian J, Gao, Liming
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
> -----Original Message-----
> From: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>
> Sent: Tuesday, October 25, 2022 2:42 PM
> To: devel@edk2.groups.io
> Cc: Ni, Ray <ray.ni@intel.com>; Gao, Zhichao <zhichao.gao@intel.com>; Wang, Jian J <jian.j.wang@intel.com>; Gao, Liming
> <gaoliming@byosoft.com.cn>; Kinney, Michael D <michael.d.kinney@intel.com>
> Subject: [PATCH V1] MdeModulePkg: Fix spelling error in PciSioSerialDxe
>
> gSerialDevTempate should be gSerialDevTemplate
>
> Cc: Ray Ni <ray.ni@intel.com>
> Cc: Zhichao Gao <zhichao.gao@intel.com>
> Cc: Jian J Wang <jian.j.wang@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
> ---
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-25 21:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-25 21:42 [PATCH V1] MdeModulePkg: Fix spelling error in PciSioSerialDxe Nate DeSimone
2022-10-25 21:43 ` Michael D Kinney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox