From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 C3DBC20D80BF7 for ; Mon, 27 Mar 2017 18:02:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490662923; x=1522198923; h=from:to:cc:subject:date:message-id; bh=nyK7OYRQsKDL1Yrd6jNVwcYxKI5Dyrr1smUY+5pe8Z0=; b=JBM/0oH1xEBS+83YR9TeqMZCAnXc48mgpHFvpFNCS7e0yUAXFUkyezNo 0FcUlKFvtKnQ9G3tDFT5oG/yuLOfpA==; Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Mar 2017 18:02:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,234,1486454400"; d="scan'208";a="948823766" Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.157.135]) by orsmga003.jf.intel.com with ESMTP; 27 Mar 2017 18:02:01 -0700 From: Dandan Bi To: edk2-devel@lists.01.org Cc: Ard Biesheuvel , Feng Tian Date: Tue, 28 Mar 2017 09:01:34 +0800 Message-Id: <1490662895-69668-1-git-send-email-dandan.bi@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 Subject: [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 01:02:04 -0000 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/Core/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); } /** - Protect UEFI PE/COFF image + Protect UEFI PE/COFF image. @param[in] LoadedImage The loaded image protocol @param[in] LoadedImageDevicePath The loaded image device path protocol **/ VOID -- 1.9.5.msysgit.1