[edk2-devel] [Patch 4/6] OvmfPkg: Fix spelling mistake for occurred

Michael D Kinney posted 6 patches 5 years, 6 months ago
[edk2-devel] [Patch 4/6] OvmfPkg: Fix spelling mistake for occurred
Posted by Michael D Kinney 5 years, 6 months ago
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361

Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
---
 OvmfPkg/Bhyve/BhyveRfbDxe/GopScreen.c | 2 +-
 OvmfPkg/Include/Protocol/Legacy8259.h | 2 +-
 OvmfPkg/SioBusDxe/SioService.c        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/OvmfPkg/Bhyve/BhyveRfbDxe/GopScreen.c b/OvmfPkg/Bhyve/BhyveRfbDxe/GopScreen.c
index 0760ffb722..672a67fbe1 100644
--- a/OvmfPkg/Bhyve/BhyveRfbDxe/GopScreen.c
+++ b/OvmfPkg/Bhyve/BhyveRfbDxe/GopScreen.c
@@ -226,7 +226,7 @@ EmuGopSetMode (
 
   @retval EFI_SUCCESS           The Blt operation completed.
   @retval EFI_INVALID_PARAMETER BltOperation is not valid.
-  @retval EFI_DEVICE_ERROR      A hardware error occured writting to the video buffer.
+  @retval EFI_DEVICE_ERROR      A hardware error occurred writting to the video buffer.
 
 **/
 EFI_STATUS
diff --git a/OvmfPkg/Include/Protocol/Legacy8259.h b/OvmfPkg/Include/Protocol/Legacy8259.h
index 74bbb674ed..7fde1c8537 100644
--- a/OvmfPkg/Include/Protocol/Legacy8259.h
+++ b/OvmfPkg/Include/Protocol/Legacy8259.h
@@ -58,7 +58,7 @@ typedef enum {
   @param  SlaveBase             The base vector for the Slave PIC in the 8259 controller.
 
   @retval EFI_SUCCESS           The new bases were programmed.
-  @retval EFI_DEVICE_ERROR      A device error occured programming the vector bases.
+  @retval EFI_DEVICE_ERROR      A device error occurred programming the vector bases.
 
 **/
 typedef
diff --git a/OvmfPkg/SioBusDxe/SioService.c b/OvmfPkg/SioBusDxe/SioService.c
index 407132ddcd..ab8fa7676f 100644
--- a/OvmfPkg/SioBusDxe/SioService.c
+++ b/OvmfPkg/SioBusDxe/SioService.c
@@ -265,7 +265,7 @@ SioModify (
   @param[in] DeviceIndex       Index of the device supported by this driver.
 
   @retval EFI_SUCCESS          The child device has been created successfully.
-  @retval Others               Error occured during the child device creation.
+  @retval Others               Error occurred during the child device creation.
 
 **/
 EFI_STATUS
-- 
2.21.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#63611): https://edk2.groups.io/g/devel/message/63611
Mute This Topic: https://groups.io/mt/75919239/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [Patch 4/6] OvmfPkg: Fix spelling mistake for occurred
Posted by Laszlo Ersek 5 years, 6 months ago
On 08/01/20 03:04, Michael D Kinney wrote:
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361
> 
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Cc: Laszlo Ersek <lersek@redhat.com>
> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> ---
>  OvmfPkg/Bhyve/BhyveRfbDxe/GopScreen.c | 2 +-
>  OvmfPkg/Include/Protocol/Legacy8259.h | 2 +-
>  OvmfPkg/SioBusDxe/SioService.c        | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/OvmfPkg/Bhyve/BhyveRfbDxe/GopScreen.c b/OvmfPkg/Bhyve/BhyveRfbDxe/GopScreen.c
> index 0760ffb722..672a67fbe1 100644
> --- a/OvmfPkg/Bhyve/BhyveRfbDxe/GopScreen.c
> +++ b/OvmfPkg/Bhyve/BhyveRfbDxe/GopScreen.c
> @@ -226,7 +226,7 @@ EmuGopSetMode (
>  
>    @retval EFI_SUCCESS           The Blt operation completed.
>    @retval EFI_INVALID_PARAMETER BltOperation is not valid.
> -  @retval EFI_DEVICE_ERROR      A hardware error occured writting to the video buffer.
> +  @retval EFI_DEVICE_ERROR      A hardware error occurred writting to the video buffer.
>  
>  **/
>  EFI_STATUS
> diff --git a/OvmfPkg/Include/Protocol/Legacy8259.h b/OvmfPkg/Include/Protocol/Legacy8259.h
> index 74bbb674ed..7fde1c8537 100644
> --- a/OvmfPkg/Include/Protocol/Legacy8259.h
> +++ b/OvmfPkg/Include/Protocol/Legacy8259.h
> @@ -58,7 +58,7 @@ typedef enum {
>    @param  SlaveBase             The base vector for the Slave PIC in the 8259 controller.
>  
>    @retval EFI_SUCCESS           The new bases were programmed.
> -  @retval EFI_DEVICE_ERROR      A device error occured programming the vector bases.
> +  @retval EFI_DEVICE_ERROR      A device error occurred programming the vector bases.
>  
>  **/
>  typedef
> diff --git a/OvmfPkg/SioBusDxe/SioService.c b/OvmfPkg/SioBusDxe/SioService.c
> index 407132ddcd..ab8fa7676f 100644
> --- a/OvmfPkg/SioBusDxe/SioService.c
> +++ b/OvmfPkg/SioBusDxe/SioService.c
> @@ -265,7 +265,7 @@ SioModify (
>    @param[in] DeviceIndex       Index of the device supported by this driver.
>  
>    @retval EFI_SUCCESS          The child device has been created successfully.
> -  @retval Others               Error occured during the child device creation.
> +  @retval Others               Error occurred during the child device creation.
>  
>  **/
>  EFI_STATUS
> 

Reviewed-by: Laszlo Ersek <lersek@redhat.com>

Thanks!
Laszlo


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#63625): https://edk2.groups.io/g/devel/message/63625
Mute This Topic: https://groups.io/mt/75919239/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-