diff options
author | Dandan Bi <dandan.bi@intel.com> | 2017-03-28 08:50:17 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2017-03-28 15:01:52 +0800 |
commit | 13425af7d8242786a26aac213b5869c708858a23 (patch) | |
tree | 861f23c6946c0be28f1d339a6fe917d7d1b631bb /MdeModulePkg | |
parent | 844b2d072d6405806398f096acc904e478d7299d (diff) | |
download | edk2-13425af7d8242786a26aac213b5869c708858a23.tar.gz edk2-13425af7d8242786a26aac213b5869c708858a23.tar.bz2 edk2-13425af7d8242786a26aac213b5869c708858a23.zip |
MdeModulePkg/MemoryProtection: Fix coding style issue
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Feng Tian <feng.tian@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c | 2 |
1 files changed, 1 insertions, 1 deletions
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
|