summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h
diff options
context:
space:
mode:
authorgdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-04 08:06:07 +0000
committergdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-04 08:06:07 +0000
commit409f118c84e20b8ca4287dea403585d319b7466c (patch)
tree2f4c11655bd30ff24aea1e2123566ef2b425a26f /IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h
parent3a306c100673a9be5c8481361671b7ed5e2c4495 (diff)
downloadedk2-409f118c84e20b8ca4287dea403585d319b7466c.zip
edk2-409f118c84e20b8ca4287dea403585d319b7466c.tar.gz
edk2-409f118c84e20b8ca4287dea403585d319b7466c.tar.bz2
Replace some CopyMem() for GUID copy with CopyGuid().
Replace some gBS->FreePool() with FreePool(). Add EFIAPI modifier. Removed inconsistent OPTIONAL modifier. Coding style issue fix. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7176 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h')
-rw-r--r--IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h b/IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h
index 538a473..042dae4 100644
--- a/IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h
+++ b/IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h
@@ -36,9 +36,9 @@
@param NumberOfPackages The number of HII packages to prepare.
@param Guid Package GUID.
- @Param ... The variable argument list of package pointers.
+ @param ... The variable argument list of package pointers.
- @return The allocated and initialized packages.
+ @return The allocated and initialized packages.
**/
EFI_HII_PACKAGES *
EFIAPI