]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c
MdeModulePkg/DxeCore: Fix coding style issues
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / Misc / MemoryProtection.c
index 070228bc7265685b911d7f54f258900d1eef7ece..7689c794a8ad22601965303e4dfce255e3923c09 100644 (file)
@@ -657,6 +657,8 @@ UnprotectUefiImage (
 /**\r
   Return the EFI memory permission attribute associated with memory\r
   type 'MemoryType' under the configured DXE memory protection policy.\r
+\r
+  @param MemoryType       Memory type.\r
 **/\r
 STATIC\r
 UINT64\r
@@ -788,7 +790,7 @@ MergeMemoryMapForProtectionPolicy (
 \r
 /**\r
   Remove exec permissions from all regions whose type is identified by\r
-  PcdDxeNxMemoryProtectionPolicy\r
+  PcdDxeNxMemoryProtectionPolicy.\r
 **/\r
 STATIC\r
 VOID\r
@@ -1053,7 +1055,7 @@ CoreInitializeMemoryProtection (
 }\r
 \r
 /**\r
-  Returns whether we are currently executing in SMM mode\r
+  Returns whether we are currently executing in SMM mode.\r
 **/\r
 STATIC\r
 BOOLEAN\r