From nobody Sat May 4 07:55:18 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1501728334343488.198075683159; Wed, 2 Aug 2017 19:45:34 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id D7017209589E8; Wed, 2 Aug 2017 19:43:20 -0700 (PDT) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 8554A21E1DADD for ; Wed, 2 Aug 2017 19:43:19 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP; 02 Aug 2017 19:45:30 -0700 Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga002.jf.intel.com with ESMTP; 02 Aug 2017 19:45:30 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 2 Aug 2017 19:45:29 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 2 Aug 2017 19:45:29 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.122]) with mapi id 14.03.0319.002; Thu, 3 Aug 2017 10:45:27 +0800 X-Original-To: edk2-devel@lists.01.org X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,314,1498546800"; d="dat'59?scan'59,208,59";a="118972105" From: "Song, BinX" To: "edk2-devel@lists.01.org" Thread-Topic: [PATCH] ShellPkg: Update header file including style Thread-Index: AdMMAo9YuqKZlOXYT3Su3dwFMSaAzg== Date: Thu, 3 Aug 2017 02:45:26 +0000 Message-ID: <559D2DF22BC9A3468B4FA1AA547F0EF102583015@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: <559D2DF22BC9A3468B4FA1AA547F0EF102583015@shsmsx102.ccr.corp.intel.com> x-originating-ip: [10.239.127.40] MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 Subject: [edk2] [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: , Cc: "Carsey, Jaben" , "Ni, Ruiyu" Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" - Update header file including style to avoid MSDN C4464 warning Cc: Jaben Carsey Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Bell Song Reviewed-by: Ruiyu Ni --- ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/EventLogInfo.c | 2= +- ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.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/EventLo= gInfo.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/EventLogIn= fo.c index 50ba048..b40276d 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/EventLogInfo.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/EventLogInfo.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/LibSmbi= osView.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbios= View.c index 6920263..edfdcc9 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.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/PrintIn= fo.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/QueryTa= ble.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/SmbiosV= iew.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" --=20 2.10.2.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel