public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "gaoliming" <gaoliming@byosoft.com.cn>
To: <devel@edk2.groups.io>, <quic_rcran@quicinc.com>,
	"'Michael D Kinney'" <michael.d.kinney@intel.com>,
	"'Zhiguang Liu'" <zhiguang.liu@intel.com>
Cc: "'Rebecca Cran'" <rebecca@quicinc.com>
Subject: 回复: [edk2-devel] [PATCH 1/1] MdePkg: Fix typo of EFI_INVALID_PARAMETER in Protocol/UsbIo.h
Date: Wed, 7 Dec 2022 09:39:22 +0800	[thread overview]
Message-ID: <000b01d909dc$bbfaef20$33f0cd60$@byosoft.com.cn> (raw)
In-Reply-To: <20221129122726.123439-1-rebecca@quicinc.com>

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

> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Rebecca Cran
> 发送时间: 2022年11月29日 20:27
> 收件人: devel@edk2.groups.io; Michael D Kinney
> <michael.d.kinney@intel.com>; Liming Gao <gaoliming@byosoft.com.cn>;
> Zhiguang Liu <zhiguang.liu@intel.com>
> 抄送: Rebecca Cran <rebecca@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@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
> 
> 
> 
> 
> 




      reply	other threads:[~2022-12-07  1:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-29 12:27 [PATCH 1/1] MdePkg: Fix typo of EFI_INVALID_PARAMETER in Protocol/UsbIo.h Rebecca Cran
2022-12-07  1:39 ` gaoliming [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000b01d909dc$bbfaef20$33f0cd60$@byosoft.com.cn' \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox