public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ni, Ruiyu" <ruiyu.ni@intel.com>
To: "Song, BinX" <binx.song@intel.com>,
	"edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Cc: "Carsey, Jaben" <jaben.carsey@intel.com>
Subject: Re: [PATCH] ShellPkg: Update header file including style
Date: Thu, 3 Aug 2017 03:56:08 +0000	[thread overview]
Message-ID: <734D49CCEBEEF84792F5B80ED585239D5B9C9B33@SHSMSX104.ccr.corp.intel.com> (raw)
In-Reply-To: <559D2DF22BC9A3468B4FA1AA547F0EF102583015@shsmsx102.ccr.corp.intel.com>

Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>

Thanks/Ray

> -----Original Message-----
> From: Song, BinX
> Sent: Thursday, August 3, 2017 10:45 AM
> To: edk2-devel@lists.01.org
> Cc: Carsey, Jaben <jaben.carsey@intel.com>; Ni, Ruiyu <ruiyu.ni@intel.com>
> Subject: [PATCH] ShellPkg: Update header file including style
> 
> - Update header file including style to avoid MSDN C4464 warning
> 
> Cc: Jaben Carsey <jaben.carsey@intel.com>
> Cc: Ruiyu Ni <ruiyu.ni@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Bell Song <binx.song@intel.com>
> ---
> 
> ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/EventLogInfo.c
> | 2 +-
> ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosVie
> w.c | 2 +-
>  ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c     |
> 2 +-
>  ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
> | 2 +-
>  ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView.c
> | 2 +-
>  5 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git
> a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/EventLogInf
> o.c
> b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/EventLogInf
> o.c
> index 50ba048..b40276d 100644
> ---
> a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/EventLogInf
> o.c
> +++
> b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/EventLogInf
> +++ o.c
> @@ -12,7 +12,7 @@
> 
>  **/
> 
> -#include "../UefiShellDebug1CommandsLib.h"
> +#include "UefiShellDebug1CommandsLib.h"
>  #include "PrintInfo.h"
>  #include "QueryTable.h"
>  #include "EventLogInfo.h"
> diff --git
> a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosVi
> ew.c
> b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosVi
> ew.c
> index 6920263..edfdcc9 100644
> ---
> a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosVi
> ew.c
> +++
> b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosVi
> +++ ew.c
> @@ -13,7 +13,7 @@
>  **/
> 
> 
> -#include "../UefiShellDebug1CommandsLib.h"
> +#include "UefiShellDebug1CommandsLib.h"
>  #include <Guid/SmBios.h>
>  #include "LibSmbiosView.h"
>  #include "SmbiosView.h"
> diff --git
> a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c
> b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c
> index 038f111..7a75554 100644
> ---
> a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c
> +++
> b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c
> @@ -14,7 +14,7 @@
> 
>  **/
> 
> -#include "../UefiShellDebug1CommandsLib.h"
> +#include "UefiShellDebug1CommandsLib.h"
>  #include "PrintInfo.h"
>  #include "LibSmbiosView.h"
>  #include "QueryTable.h"
> diff --git
> a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.
> c
> b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.
> c
> index afea429..3c561ad 100644
> ---
> a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.
> c
> +++
> b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.
> +++ c
> @@ -14,7 +14,7 @@
> 
>  **/
> 
> -#include "../UefiShellDebug1CommandsLib.h"
> +#include "UefiShellDebug1CommandsLib.h"
>  #include "QueryTable.h"
>  #include "PrintInfo.h"
> 
> diff --git
> a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView
> .c
> b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView
> .c
> index a5b16fe..6e7c763 100644
> ---
> a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView
> .c
> +++
> b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView.
> +++ c
> @@ -13,7 +13,7 @@
> 
>  **/
> 
> -#include "../UefiShellDebug1CommandsLib.h"
> +#include "UefiShellDebug1CommandsLib.h"
>  #include "LibSmbiosView.h"
>  #include "SmbiosView.h"
>  #include "PrintInfo.h"
> --
> 2.10.2.windows.1



      reply	other threads:[~2017-08-03  3:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-03  2:45 [PATCH] ShellPkg: Update header file including style Song, BinX
2017-08-03  3:56 ` Ni, Ruiyu [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=734D49CCEBEEF84792F5B80ED585239D5B9C9B33@SHSMSX104.ccr.corp.intel.com \
    --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