]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.c
Code scrub for the Capsule, SecurityStub, and Crc32 library instance.
[mirror_edk2.git] / MdeModulePkg / Library / DxeCapsuleLibNull / DxeCapsuleLibNull.c
index 1b88b3a61283f8379f7ba4bfcf3936cde2665537..66546f12f8bcde68e52eafef8bca63d4ca4cd994 100644 (file)
@@ -1,7 +1,7 @@
-/**@file\r
-  Capsule Library Null instance. \r
+/** @file\r
+  Null Dxe Capsule Library instance.\r
 \r
-Copyright (c) 2007 Intel Corporation\r
+Copyright (c) 2007 - 2008 Intel Corporation\r
 All rights reserved. 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,11 +15,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Library/CapsuleLib.h>\r
 \r
 /**\r
-  Those capsules supported by the firmwares.\r
+  Check those capsules are supported by the firmwares.\r
   \r
   @param  CapsuleHeader    Point to the UEFI capsule image to be checked.\r
   \r
-  @retval EFI_SUCESS       Input capsule is supported by firmware.\r
   @retval EFI_UNSUPPORTED  Input capsule is not supported by the firmware.\r
 **/\r
 EFI_STATUS\r
@@ -36,7 +35,6 @@ SupportCapsuleImage (
   \r
   @param  CapsuleHeader    Point to the UEFI capsule image to be processed. \r
    \r
-  @retval EFI_SUCESS       Process Capsule Image successfully. \r
   @retval EFI_UNSUPPORTED  Capsule image is not supported by the firmware.\r
 **/\r
 EFI_STATUS\r