public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "gaoliming" <gaoliming@byosoft.com.cn>
To: <devel@edk2.groups.io>, <gechao@greatwall.com.cn>
Cc: <dandan.bi@intel.com>, <eric.dong@intel.com>
Subject: 回复: [edk2-devel] [PATCH] MdeModulePkg: Correct the variable name.
Date: Tue, 10 Nov 2020 09:40:11 +0800	[thread overview]
Message-ID: <009701d6b702$6dce9100$496bb300$@byosoft.com.cn> (raw)
In-Reply-To: <e0e609fcc2dddcd9f45f9fc2e11bfba030717e76.1604316574.git.gechao@greatwall.com.cn>

Chao:
  Please update the commit message title as MdeModulePkg DisplayEngineDxe:
Correct the local variable name
  
  With this change, Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>

Thanks
Liming
> -----邮件原件-----
> 发件人: bounce+27952+66921+4905953+8761045@groups.io
> <bounce+27952+66921+4905953+8761045@groups.io> 代表
> gechao@greatwall.com.cn
> 发送时间: 2020年11月3日 10:01
> 收件人: devel@edk2.groups.io
> 抄送: dandan.bi@intel.com; eric.dong@intel.com; gechao
> <gechao@greatwall.com.cn>
> 主题: [edk2-devel] [PATCH] MdeModulePkg: Correct the variable name.
> 
> From: gechao <gechao@greatwall.com.cn>
> 
> Signed-off-by: gechao <gechao@greatwall.com.cn>
> ---
>  .../Universal/DisplayEngineDxe/FormDisplay.c     | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.c
> b/MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.c
> index 3b034a1c82..a3898dc2ec 100644
> --- a/MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.c
> +++ b/MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.c
> @@ -372,7 +372,7 @@ GetWidth (
>  {
> 
>    CHAR16                        *String;
> 
>    UINTN                         Size;
> 
> -  EFI_IFR_TEXT                  *TestOp;
> 
> +  EFI_IFR_TEXT                  *TextOp;
> 
>    UINT16                        ReturnWidth;
> 
>    FORM_DISPLAY_ENGINE_STATEMENT *Statement;
> 
> 
> 
> @@ -394,9 +394,9 @@ GetWidth (
>    // See if the second text parameter is really NULL
> 
>    //
> 
>    if (Statement->OpCode->OpCode == EFI_IFR_TEXT_OP) {
> 
> -    TestOp = (EFI_IFR_TEXT *) Statement->OpCode;
> 
> -    if (TestOp->TextTwo != 0) {
> 
> -      String = GetToken (TestOp->TextTwo, gFormData->HiiHandle);
> 
> +    TextOp = (EFI_IFR_TEXT *) Statement->OpCode;
> 
> +    if (TextOp->TextTwo != 0) {
> 
> +      String = GetToken (TextOp->TextTwo, gFormData->HiiHandle);
> 
>        Size   = StrLen (String);
> 
>        FreePool (String);
> 
>      }
> 
> @@ -2166,7 +2166,7 @@ HasOptionString (
>    FORM_DISPLAY_ENGINE_STATEMENT   *Statement;
> 
>    CHAR16                          *String;
> 
>    UINTN                           Size;
> 
> -  EFI_IFR_TEXT                    *TestOp;
> 
> +  EFI_IFR_TEXT                    *TextOp;
> 
> 
> 
>    Size = 0;
> 
>    Statement = MenuOption->ThisTag;
> 
> @@ -2175,9 +2175,9 @@ HasOptionString (
>    // See if the second text parameter is really NULL
> 
>    //
> 
>    if (Statement->OpCode->OpCode == EFI_IFR_TEXT_OP) {
> 
> -    TestOp = (EFI_IFR_TEXT *) Statement->OpCode;
> 
> -    if (TestOp->TextTwo != 0) {
> 
> -      String = GetToken (TestOp->TextTwo, gFormData->HiiHandle);
> 
> +    TextOp = (EFI_IFR_TEXT *) Statement->OpCode;
> 
> +    if (TextOp->TextTwo != 0) {
> 
> +      String = GetToken (TextOp->TextTwo, gFormData->HiiHandle);
> 
>        Size   = StrLen (String);
> 
>        FreePool (String);
> 
>      }
> 
> --
> 2.25.1
> 
> 
> 
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this group.
> View/Reply Online (#66921): https://edk2.groups.io/g/devel/message/66921
> Mute This Topic: https://groups.io/mt/78003643/4905953
> Group Owner: devel+owner@edk2.groups.io
> Unsubscribe: https://edk2.groups.io/g/devel/unsub
> [gaoliming@byosoft.com.cn]
> -=-=-=-=-=-=
> 




      reply	other threads:[~2020-11-10  1:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-03  2:01 [PATCH] MdeModulePkg: Correct the variable name gechao
2020-11-10  1:40 ` 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='009701d6b702$6dce9100$496bb300$@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