回复: [edk2-devel] [PATCH 1/1] MdePkg: Fix typo of EFI_INVALID_PARAMETER in Protocol/UsbIo.h

gaoliming via groups.io gaoliming=byosoft.com.cn at groups.io
Wed Dec 7 01:39:22 UTC 2022


Reviewed-by: Liming Gao <gaoliming at byosoft.com.cn>

> -----邮件原件-----
> 发件人: devel at edk2.groups.io <devel at edk2.groups.io> 代表 Rebecca Cran
> 发送时间: 2022年11月29日 20:27
> 收件人: devel at edk2.groups.io; Michael D Kinney
> <michael.d.kinney at intel.com>; Liming Gao <gaoliming at byosoft.com.cn>;
> Zhiguang Liu <zhiguang.liu at intel.com>
> 抄送: Rebecca Cran <rebecca at quicinc.com>
> 主题: [edk2-devel] [PATCH 1/1] MdePkg: Fix typo of
> EFI_INVALID_PARAMETER in Protocol/UsbIo.h
> 
> Fix typo of EFI_INVALID_PARAMETER in Protocol/UsbIo.h by adding a
> missing 'R'.
> 
> Signed-off-by: Rebecca Cran <rebecca at quicinc.com>
> ---
>  MdePkg/Include/Protocol/UsbIo.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MdePkg/Include/Protocol/UsbIo.h
> b/MdePkg/Include/Protocol/UsbIo.h
> index 4816b9039e7e..a780b4e07b44 100644
> --- a/MdePkg/Include/Protocol/UsbIo.h
> +++ b/MdePkg/Include/Protocol/UsbIo.h
> @@ -105,7 +105,7 @@ EFI_STATUS
> 
>    @retval EFI_SUCCESS           The control transfer has been
> successfully executed.
>    @retval EFI_DEVICE_ERROR      The transfer failed. The transfer
> status is returned in Status.
> -  @retval EFI_INVALID_PARAMETE  One or more parameters are invalid.
> +  @retval EFI_INVALID_PARAMETER One or more parameters are invalid.
>    @retval EFI_OUT_OF_RESOURCES  The request could not be completed
> due to a lack of resources.
>    @retval EFI_TIMEOUT           The control transfer fails due to
> timeout.
> 
> @@ -148,7 +148,7 @@ EFI_STATUS
> 
>    @retval EFI_SUCCESS           The bulk transfer has been
> successfully executed.
>    @retval EFI_DEVICE_ERROR      The transfer failed. The transfer
> status is returned in Status.
> -  @retval EFI_INVALID_PARAMETE  One or more parameters are invalid.
> +  @retval EFI_INVALID_PARAMETER One or more parameters are invalid.
>    @retval EFI_OUT_OF_RESOURCES  The request could not be submitted
> due to a lack of resources.
>    @retval EFI_TIMEOUT           The control transfer fails due to
> timeout.
> 
> --
> 2.30.2
> 
> 
> 
> 
> 





-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#97056): https://edk2.groups.io/g/devel/message/97056
Mute This Topic: https://groups.io/mt/95507755/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list