From 13425af7d8242786a26aac213b5869c708858a23 Mon Sep 17 00:00:00 2001 From: Dandan Bi Date: Tue, 28 Mar 2017 08:50:17 +0800 Subject: [PATCH] MdeModulePkg/MemoryProtection: Fix coding style issue Cc: Ard Biesheuvel Cc: Feng Tian Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi Reviewed-by: Feng Tian --- 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 93f96f0c95..a73c4ccd64 100644 --- a/MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c +++ b/MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c @@ -384,7 +384,7 @@ FreeImageRecord ( } /** - 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 -- 2.39.2