]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/Misc/InstallConfigurationTable.c
Code Scrub for Dxe Core.
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / Misc / InstallConfigurationTable.c
index de7507e72db1c93c3e624cefaed68aec81d11e24..4eed6523b380bcacdb2678b9ce9b69f92557bd5e 100644 (file)
@@ -23,11 +23,11 @@ UINTN mSystemTableAllocateSize = 0;
 /**\r
   Find a config table by name in system table's ConfigurationTable.\r
 \r
-  @param  Guid           The table name to look for \r
-  @param  Table          Pointer of the config table \r
+  @param  Guid           The table name to look for\r
+  @param  Table          Pointer of the config table\r
 \r
-  @retval EFI_NOT_FOUND  Could not find the table in system table's \r
-                         ConfigurationTable. \r
+  @retval EFI_NOT_FOUND  Could not find the table in system table's\r
+                         ConfigurationTable.\r
   @retval EFI_SUCCESS    Table successfully found.\r
 \r
 **/\r
@@ -56,10 +56,10 @@ CoreGetConfigTable (
   Boot Service called to add, modify, or remove a system configuration table from\r
   the EFI System Table.\r
 \r
-  @param  Guid           Pointer to the GUID for the entry to add, update, or \r
-                         remove \r
-  @param  Table          Pointer to the configuration table for the entry to add, \r
-                         update, or remove, may be NULL. \r
+  @param  Guid           Pointer to the GUID for the entry to add, update, or\r
+                         remove\r
+  @param  Table          Pointer to the configuration table for the entry to add,\r
+                         update, or remove, may be NULL.\r
 \r
   @return EFI_SUCCESS               Guid, Table pair added, updated, or removed.\r
   @return EFI_INVALID_PARAMETER     Input GUID not valid.\r