]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/Imem.h
Code Scrub for Dxe Core.
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / Imem.h
index e8f1553a8e27f79484118bb18021589bfd60e63e..ff96d1539efcd91e955fb194856428f20f98c467 100644 (file)
@@ -59,9 +59,9 @@ typedef struct {
   Internal function.  Used by the pool functions to allocate pages\r
   to back pool allocation requests.\r
 \r
-  @param  PoolType               The type of memory for the new pool pages \r
-  @param  NumberOfPages          No of pages to allocate \r
-  @param  Alignment              Bits to align. \r
+  @param  PoolType               The type of memory for the new pool pages\r
+  @param  NumberOfPages          No of pages to allocate\r
+  @param  Alignment              Bits to align.\r
 \r
   @return The allocated memory, or NULL\r
 \r
@@ -78,7 +78,7 @@ CoreAllocatePoolPages (
 /**\r
   Internal function.  Frees pool pages allocated via AllocatePoolPages ()\r
 \r
-  @param  Memory                 The base address to free \r
+  @param  Memory                 The base address to free\r
   @param  NumberOfPages          The number of pages to free\r
 \r
 **/\r
@@ -94,8 +94,8 @@ CoreFreePoolPages (
   Internal function to allocate pool of a particular type.\r
   Caller must have the memory lock held\r
 \r
-  @param  PoolType               Type of pool to allocate \r
-  @param  Size                   The amount of pool to allocate \r
+  @param  PoolType               Type of pool to allocate\r
+  @param  Size                   The amount of pool to allocate\r
 \r
   @return The allocate pool, or NULL\r
 \r
@@ -112,9 +112,9 @@ CoreAllocatePoolI (
   Internal function to free a pool entry.\r
   Caller must have the memory lock held\r
 \r
-  @param  Buffer                 The allocated pool entry to free \r
+  @param  Buffer                 The allocated pool entry to free\r
 \r
-  @retval EFI_INVALID_PARAMETER  Buffer not valid \r
+  @retval EFI_INVALID_PARAMETER  Buffer not valid\r
   @retval EFI_SUCCESS            Buffer successfully freed.\r
 \r
 **/\r
@@ -149,7 +149,7 @@ CoreReleaseMemoryLock (
 // Internal Global data\r
 //\r
 \r
-extern EFI_LOCK           gMemoryLock; \r
+extern EFI_LOCK           gMemoryLock;\r
 extern LIST_ENTRY         gMemoryMap;\r
 extern MEMORY_MAP         *gMemoryLastConvert;\r
 extern LIST_ENTRY         mGcdMemorySpaceMap;\r