]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix ECC issue.
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 20 Oct 2008 14:05:39 +0000 (14:05 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 20 Oct 2008 14:05:39 +0000 (14:05 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6148 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/PeiPcdLib/PeiPcdLib.c

index 93e777b54ac8a1670c761811df02668735573d31..f1630bf60663bab2582590d6524b347a260fa174 100644 (file)
@@ -52,8 +52,8 @@ GetPcdPpiPointer (
   Sets the current SKU in the PCD database to the value specified by SkuId.  SkuId is returned.\r
   If SkuId not less than PCD_MAX_SKU_ID, then ASSERT().\r
   \r
-  @param[in]  System sku id. The SKU value that will be used when the PCD service will retrieve and \r
-              set values.\r
+  @param[in]  SkuId     System sku id. The SKU value that will be used when the PCD service will retrieve and \r
+                        set values.\r
 \r
   @return Return the SKU ID that just be set.\r
 \r
@@ -805,8 +805,6 @@ LibPcdSetExBool (
   @param[in]  NotificationFunction The function to call when the token \r
               specified by Guid and TokenNumber is set.\r
 \r
-  @retval VOID\r
-\r
 **/\r
 VOID\r
 EFIAPI\r
@@ -836,8 +834,6 @@ LibPcdCallbackOnSet (
   @param[in]  TokenNumber Specify the token number.\r
   @param[in]  NotificationFunction The callback function to be unregistered.\r
 \r
-  @retval VOID\r
-\r
 **/\r
 VOID\r
 EFIAPI\r