diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-11 09:30:13 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-11 09:30:13 +0000 |
commit | cebc8d486e39ffbbf37f67914db0a49455181e0f (patch) | |
tree | 2de34649e6ed690d939491037483a86364c2852b /MdeModulePkg/Include/Library | |
parent | c84507ab5229c462806187b090ba6249540c9070 (diff) | |
download | edk2-platforms-cebc8d486e39ffbbf37f67914db0a49455181e0f.tar.xz |
Code Scrub for Pcd, PlatformDriOverride and PlatOverMngr driver.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6998 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include/Library')
-rw-r--r-- | MdeModulePkg/Include/Library/IfrSupportLib.h | 5 | ||||
-rw-r--r-- | MdeModulePkg/Include/Library/NetLib.h | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Include/Library/IfrSupportLib.h b/MdeModulePkg/Include/Library/IfrSupportLib.h index 2caa6f0dca..1608d14ab1 100644 --- a/MdeModulePkg/Include/Library/IfrSupportLib.h +++ b/MdeModulePkg/Include/Library/IfrSupportLib.h @@ -439,8 +439,8 @@ CreateStringOpCode ( @param ConfigRequest The Config request string. If set to NULL, all the
configurable elements will be extracted from BlockNameArray.
- @param ConfigAltResp The returned <ConfigAltResp>.
@param Progress On return, points to a character in the Request.
+ @param ConfigAltResp The returned <ConfigAltResp>.
@param Guid GUID of the buffer storage.
@param Name Name of the buffer storage.
@param DriverHandle The DriverHandle which is used to invoke HiiDatabase
@@ -452,7 +452,8 @@ CreateStringOpCode ( The sequential input parameters will be number of
AltCfgId and DefaultValueArray pairs. When set to 0,
there will be no <AltResp>.
-
+ @param ... Variable argument list.
+
retval EFI_OUT_OF_RESOURCES Run out of memory resource.
retval EFI_INVALID_PARAMETER ConfigAltResp is NULL.
retval EFI_SUCCESS Operation successful.
diff --git a/MdeModulePkg/Include/Library/NetLib.h b/MdeModulePkg/Include/Library/NetLib.h index aa0b74e21a..6198e7e83a 100644 --- a/MdeModulePkg/Include/Library/NetLib.h +++ b/MdeModulePkg/Include/Library/NetLib.h @@ -660,7 +660,6 @@ NetLibGetMacString ( @param Protocol The protocol type in the IP header.
@param UseDefaultAddress Whether this instance is using default address or not.
- @retval None
**/
VOID
EFIAPI
|