From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 37DD521A18AAA for ; Mon, 27 Mar 2017 23:43:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490683422; x=1522219422; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=tFdhPJx9Fyw3fCakb5zWsxSsXiGrYWxFSrH/u9B8tIg=; b=Azhd+fUWy8gSgyEG+pFnJlbunZb/CxG7DZyLUV76oaUNmBd4IA6cEWqo 2WTttO3QOesopKyYdeZufb1zMODD9Q==; Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Mar 2017 23:43:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,235,1486454400"; d="scan'208";a="81345408" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga005.fm.intel.com with ESMTP; 27 Mar 2017 23:43:41 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 27 Mar 2017 23:43:41 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.224]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.46]) with mapi id 14.03.0248.002; Tue, 28 Mar 2017 14:43:39 +0800 From: "Tian, Feng" To: "Bi, Dandan" , "edk2-devel@lists.01.org" CC: Ard Biesheuvel , "Tian, Feng" Thread-Topic: [patch 1/2] MdeModulePkg/MemoryProtection: Fix coding style issue Thread-Index: AQHSp17vtLVsJw6UZU6PCqrU6R6e5KGpznYA Date: Tue, 28 Mar 2017 06:43:39 +0000 Message-ID: <7F1BAD85ADEA444D97065A60D2E97EE5699CF888@SHSMSX101.ccr.corp.intel.com> References: <1490662895-69668-1-git-send-email-dandan.bi@intel.com> In-Reply-To: <1490662895-69668-1-git-send-email-dandan.bi@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [patch 1/2] MdeModulePkg/MemoryProtection: Fix coding style issue 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: Tue, 28 Mar 2017 06:43:42 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Feng Tian Thanks Feng -----Original Message----- From: Bi, Dandan=20 Sent: Tuesday, March 28, 2017 9:02 AM To: edk2-devel@lists.01.org Cc: Ard Biesheuvel ; Tian, Feng Subject: [patch 1/2] MdeModulePkg/MemoryProtection: Fix coding style issue Cc: Ard Biesheuvel Cc: Feng Tian Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi --- MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c b/MdeModulePkg/C= ore/Dxe/Misc/MemoryProtection.c index 93f96f0..a73c4cc 100644 --- a/MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c +++ b/MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c @@ -382,11 +382,11 @@ FreeImageRecord ( } FreePool (ImageRecord); } =20 /** - Protect UEFI PE/COFF image + Protect UEFI PE/COFF image. =20 @param[in] LoadedImage The loaded image protocol @param[in] LoadedImageDevicePath The loaded image device path protoc= ol **/ VOID --=20 1.9.5.msysgit.1