diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-20 14:05:39 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-20 14:05:39 +0000 |
commit | 47501b697fb3459fd4194aa1026abf13aae9df5d (patch) | |
tree | 3123ae61498ace9bb37db503393818124d236390 /MdePkg/Library | |
parent | faf46b4071aa975fd2f401c7474c9d80498eb870 (diff) | |
download | edk2-platforms-47501b697fb3459fd4194aa1026abf13aae9df5d.tar.xz |
Fix ECC issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6148 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library')
-rw-r--r-- | MdePkg/Library/PeiPcdLib/PeiPcdLib.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/MdePkg/Library/PeiPcdLib/PeiPcdLib.c b/MdePkg/Library/PeiPcdLib/PeiPcdLib.c index 93e777b54a..f1630bf606 100644 --- a/MdePkg/Library/PeiPcdLib/PeiPcdLib.c +++ b/MdePkg/Library/PeiPcdLib/PeiPcdLib.c @@ -52,8 +52,8 @@ GetPcdPpiPointer ( Sets the current SKU in the PCD database to the value specified by SkuId. SkuId is returned.
If SkuId not less than PCD_MAX_SKU_ID, then ASSERT().
- @param[in] System sku id. The SKU value that will be used when the PCD service will retrieve and
- set values.
+ @param[in] SkuId System sku id. The SKU value that will be used when the PCD service will retrieve and
+ set values.
@return Return the SKU ID that just be set.
@@ -805,8 +805,6 @@ LibPcdSetExBool ( @param[in] NotificationFunction The function to call when the token
specified by Guid and TokenNumber is set.
- @retval VOID
-
**/
VOID
EFIAPI
@@ -836,8 +834,6 @@ LibPcdCallbackOnSet ( @param[in] TokenNumber Specify the token number.
@param[in] NotificationFunction The callback function to be unregistered.
- @retval VOID
-
**/
VOID
EFIAPI
|