]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Comments have been checked with spec
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 5 Dec 2008 08:21:57 +0000 (08:21 +0000)
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 5 Dec 2008 08:21:57 +0000 (08:21 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6868 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/ExtractGuidedSectionLib.h
MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c
MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.c

index 003fc898ba34421de86485d29b3aaac90ef4eca6..01e0ab1f8cf596d7f07a07d7b8e628f5da4f3961 100644 (file)
@@ -128,7 +128,6 @@ RETURN_STATUS
                              allocated output buffer. \r
 \r
   @retval  RETURN_SUCCESS           The handlers were registered.\r
-  @retval  RETURN_ALREADY_STARTED   Handlers have already been registered for the GUID specified by SectionGuid. \r
   @retval  RETURN_OUT_OF_RESOURCES  There are not enough resources available to register the handlers.\r
 \r
 **/\r
index 9e9cc009abd69db76a3e8b46acde07b7ce5a7894..775c069609ece71172bacd1d1e171be3c2c67b77 100644 (file)
@@ -99,6 +99,7 @@ ExtractGuidedSectionGetGuidList (
   Registers the handlers specified by GetInfoHandler and DecodeHandler with the GUID specified by SectionGuid.\r
   If the GUID value specified by SectionGuid has already been registered, then return RETURN_ALREADY_STARTED.\r
   If there are not enough resources available to register the handlers  then RETURN_OUT_OF_RESOURCES is returned.\r
+  \r
   If SectionGuid is NULL, then ASSERT().\r
   If GetInfoHandler is NULL, then ASSERT().\r
   If DecodeHandler is NULL, then ASSERT().\r
@@ -112,7 +113,6 @@ ExtractGuidedSectionGetGuidList (
                              allocated output buffer. \r
 \r
   @retval  RETURN_SUCCESS           The handlers were registered.\r
-  @retval  RETURN_ALREADY_STARTED   Handlers have already been registered for the GUID specified by SectionGuid. \r
   @retval  RETURN_OUT_OF_RESOURCES  There are not enough resources available to register the handlers.\r
 \r
 **/\r
index 24bea8a4d57dd5e1a2b9ddb0dc685da58075adb2..4da3d8afa187f01f4abb446717e3f148585ba5e7 100644 (file)
@@ -180,7 +180,6 @@ ExtractGuidedSectionGetGuidList (
                              allocated output buffer. \r
 \r
   @retval  RETURN_SUCCESS           The handlers were registered.\r
-  @retval  RETURN_ALREADY_STARTED   Handlers have already been registered for the GUID specified by SectionGuid. \r
   @retval  RETURN_OUT_OF_RESOURCES  There are not enough resources available to register the handlers.\r
 \r
 **/\r