From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.65; helo=mga03.intel.com; envelope-from=dandan.bi@intel.com; receiver=edk2-devel@lists.01.org Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 BC0F5211F889E for ; Tue, 26 Jun 2018 17:53:10 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jun 2018 17:53:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,276,1526367600"; d="scan'208";a="211445806" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga004.jf.intel.com with ESMTP; 26 Jun 2018 17:53:00 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 26 Jun 2018 17:53:00 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 26 Jun 2018 17:52:59 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.223]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.116]) with mapi id 14.03.0319.002; Wed, 27 Jun 2018 08:52:56 +0800 From: "Bi, Dandan" To: dann frazier , "edk2-devel@lists.01.org" CC: "Gao, Liming" , "Ni, Ruiyu" Thread-Topic: [PATCH] ShellPkg/dp: Correct case of included file Thread-Index: AQHUDZoV31VWX3Fa7kSsEI6/R/Rp5aRzReMg Date: Wed, 27 Jun 2018 00:52:56 +0000 Message-ID: <3C0D5C461C9E904E8F62152F6274C0BB3BB2F0CA@shsmsx102.ccr.corp.intel.com> References: <20180626220508.3174-1-dannf@debian.org> In-Reply-To: <20180626220508.3174-1-dannf@debian.org> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH] ShellPkg/dp: Correct case of included file X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jun 2018 00:53:10 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Dandan Bi Thanks for helping fix it. Thanks, Dandan -----Original Message----- From: dann frazier [mailto:dannf@debian.org]=20 Sent: Wednesday, June 27, 2018 6:05 AM To: edk2-devel@lists.01.org Cc: Bi, Dandan ; Gao, Liming ; N= i, Ruiyu Subject: [PATCH] ShellPkg/dp: Correct case of included file Cc: Dandan Bi Cc: Liming Gao Cc: Ruiyu Ni Fixes: f45dd2dd4f1d6fab4bb62bfd5f4e71cb7849897d Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: dann frazier --- ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h b/ShellPkg/Dynam= icCommand/DpDynamicCommand/Dp.h index 96bc89db8d..0e6e9422ef 100644 --- a/ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h +++ b/ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h @@ -41,7 +41,7 @@ #include #include #include -#include +#include =20 extern EFI_HANDLE mDpHiiHandle; =20 -- 2.18.0