]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.c
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Library / DxeCapsuleLibNull / DxeCapsuleLibNull.c
index b064240ccbd15925ac15aa1905ca1fee2ed4908b..5b45c19981f004a6a5d6a1bb0af5210c37dcbc2d 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Null Dxe Capsule Library instance does nothing and returns unsupport status.\r
 \r
-Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2007 - 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
@@ -15,13 +15,13 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Library/CapsuleLib.h>\r
 \r
 /**\r
-  The firmware checks whether the capsule image is supported \r
+  The firmware checks whether the capsule image is supported\r
   by the CapsuleGuid in CapsuleHeader or other specific information in capsule image.\r
 \r
   Caution: This function may receive untrusted input.\r
 \r
   @param  CapsuleHeader    Point to the UEFI capsule image to be checked.\r
-  \r
+\r
   @retval EFI_UNSUPPORTED  Input capsule is not supported by the firmware.\r
 **/\r
 EFI_STATUS\r
@@ -39,8 +39,8 @@ SupportCapsuleImage (
 \r
   Caution: This function may receive untrusted input.\r
 \r
-  @param  CapsuleHeader    Point to the UEFI capsule image to be processed. \r
-   \r
+  @param  CapsuleHeader    Point to the UEFI capsule image to be processed.\r
+\r
   @retval EFI_UNSUPPORTED  Capsule image is not supported by the firmware.\r
 **/\r
 EFI_STATUS\r