From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8F6E221E1DAC7 for ; Wed, 2 Aug 2017 20:54:21 -0700 (PDT) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Aug 2017 20:56:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,314,1498546800"; d="scan'208";a="115004440" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga004.jf.intel.com with ESMTP; 02 Aug 2017 20:56:32 -0700 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 2 Aug 2017 20:56:32 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 2 Aug 2017 20:56:31 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.151]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.122]) with mapi id 14.03.0319.002; Thu, 3 Aug 2017 11:56:10 +0800 From: "Ni, Ruiyu" To: "Song, BinX" , "edk2-devel@lists.01.org" CC: "Carsey, Jaben" Thread-Topic: [PATCH] ShellPkg: Update header file including style Thread-Index: AdMMAo9YuqKZlOXYT3Su3dwFMSaAzgACbuFg Date: Thu, 3 Aug 2017 03:56:08 +0000 Deferred-Delivery: Thu, 3 Aug 2017 03:56:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5B9C9B33@SHSMSX104.ccr.corp.intel.com> References: <559D2DF22BC9A3468B4FA1AA547F0EF102583015@shsmsx102.ccr.corp.intel.com> In-Reply-To: <559D2DF22BC9A3468B4FA1AA547F0EF102583015@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH] ShellPkg: Update header file including style X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2017 03:54:21 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ruiyu Ni Thanks/Ray > -----Original Message----- > From: Song, BinX > Sent: Thursday, August 3, 2017 10:45 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben ; Ni, Ruiyu > Subject: [PATCH] ShellPkg: Update header file including style >=20 > - Update header file including style to avoid MSDN C4464 warning >=20 > Cc: Jaben Carsey > Cc: Ruiyu Ni > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Bell Song > --- >=20 > 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(-) >=20 > 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 @@ >=20 > **/ >=20 > -#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 @@ > **/ >=20 >=20 > -#include "../UefiShellDebug1CommandsLib.h" > +#include "UefiShellDebug1CommandsLib.h" > #include > #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 @@ >=20 > **/ >=20 > -#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 @@ >=20 > **/ >=20 > -#include "../UefiShellDebug1CommandsLib.h" > +#include "UefiShellDebug1CommandsLib.h" > #include "QueryTable.h" > #include "PrintInfo.h" >=20 > 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 @@ >=20 > **/ >=20 > -#include "../UefiShellDebug1CommandsLib.h" > +#include "UefiShellDebug1CommandsLib.h" > #include "LibSmbiosView.h" > #include "SmbiosView.h" > #include "PrintInfo.h" > -- > 2.10.2.windows.1