]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c
MdeModulePkg/DxeIplPeim: Refine coding style in function comments
[mirror_edk2.git] / MdeModulePkg / Core / DxeIplPeim / X64 / VirtualMemory.c
index a10dea25fd7fd2c65dfa7c6f3bf51426922ac1e1..29b6205e884d8a58aa583ba3d89c965ecd731284 100644 (file)
@@ -32,12 +32,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include "VirtualMemory.h"\r
 \r
 /**\r
-   Clear legacy memory located at the first 4K-page, if available.\r
+  Clear legacy memory located at the first 4K-page, if available.\r
 \r
-   This function traverses the whole HOB list to check if memory from 0 to 4095\r
-   exists and has not been allocated, and then clear it if so.\r
+  This function traverses the whole HOB list to check if memory from 0 to 4095\r
+  exists and has not been allocated, and then clear it if so.\r
 \r
-   @param HoStart                   The start of HobList passed to DxeCore.\r
+  @param HobStart                  The start of HobList passed to DxeCore.\r
 \r
 **/\r
 VOID\r
@@ -86,6 +86,13 @@ ClearFirst4KPage (
   return;\r
 }\r
 \r
+/**\r
+  Return configure status of NULL pointer detection feature.\r
+\r
+  @return TRUE   NULL pointer detection feature is enabled\r
+  @return FALSE  NULL pointer detection feature is disabled\r
+\r
+**/\r
 BOOLEAN\r
 IsNullDetectionEnabled (\r
   VOID\r