]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.c
IntelFrameworkModulePkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / PeiRecoveryLib / PeiRecoveryLib.c
index 4c0a877131dfebf5125af7723b4fcd0cb4882feb..d9430483d553317a1be9e4207ae3ee76bab4b02a 100644 (file)
@@ -3,10 +3,10 @@
 \r
   This library instance is no longer used and module using this library\r
   class should update to directly locate EFI_PEI_RECOVERY_MODULE_PPI defined\r
-  in PI 1.2 specification. \r
+  in PI 1.2 specification.\r
 \r
-Copyright (c) 2006 - 2009 Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 http://opensource.org/licenses/bsd-license.php\r
@@ -24,7 +24,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 /**\r
   Calling this function causes the system do recovery.\r
-  \r
+\r
   @retval EFI_SUCESS   Sucess to do recovery.\r
   @retval Others       Fail to do recovery.\r
 **/\r
@@ -36,7 +36,7 @@ PeiRecoverFirmware (
 {\r
   EFI_STATUS                      Status;\r
   EFI_PEI_RECOVERY_MODULE_PPI     *PeiRecovery;\r
-  \r
+\r
   Status = PeiServicesLocatePpi (\r
              &gEfiPeiRecoveryModulePpiGuid,\r
              0,\r