]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix typo in comment.
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 22 Apr 2008 05:52:01 +0000 (05:52 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 22 Apr 2008 05:52:01 +0000 (05:52 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5109 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Include/Ppi/PciCfg.h
IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h
IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLib.c
IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.c
IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrVariable.c
IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c
IntelFrameworkPkg/Library/FrameworkUefiLib/UefiNotTiano.c
IntelFrameworkPkg/Library/HiiLibFramework/HiiLibFramework.c
IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLib.c

index 31a8b53fec0e2c03c671516d7a4581c1f200b771..e867aeb882d6ab7b92f00b53a9b56a6b415f4a6c 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef __PEI_PCI_CFG_H__\r
 #define __PEI_PCI_CFG_H__\r
 \r
+#include <Pi/PiPeiCis.h>\r
+\r
 #define EFI_PEI_PCI_CFG_PPI_INSTALLED_GUID \\r
   { \\r
     0xe1f2eba0, 0xf7b9, 0x4a26, {0x86, 0x20, 0x13, 0x12, 0x21, 0x64, 0x2a, 0x90 } \\r
@@ -82,7 +84,6 @@ EFI_STATUS
   );\r
 \r
 /**\r
-  @par Ppi Description:\r
   The EFI_PEI_PCI_CFG_PPI interfaces are used to abstract accesses to PCI \r
   controllers behind a PCI root bridge controller.\r
 \r
index 3f71fa63044b7a39ef1219ecedecb3e17c4b17bd..23ce633b1d4b744fe0cfbfe517345440a771d97f 100644 (file)
@@ -109,7 +109,8 @@ MmioReadWorker (
   @param  Address       The MMIO register to read.\r
                         The caller is responsible for aligning the Address if required.\r
   @param  Width         The width of the I/O operation.\r
-\r
+  @param  Data          The value to write to the I/O port.\r
+  \r
   @return Data read from registers in the EFI system memory space.\r
 \r
 **/\r
index 808933f3fa2498629221b642a04b1d53ca72b1fc..57a2335571035fcdf4c68a3363f8f19ff908f38f 100644 (file)
@@ -168,7 +168,8 @@ MmioReadWorker (
   @param  Address       The MMIO register to read.\r
                         The caller is responsible for aligning the Address if required.\r
   @param  Width         The width of the I/O operation.\r
-\r
+  @param  Data          The value to write to the I/O port.\r
+  \r
   @return Data read from registers in the EFI system memory space.\r
 \r
 **/\r
index dd4cedddd97fa2899f9b8de22dae228136784b7b..f2edf44317a837b985bdd18288c7c9cfb7d51719 100644 (file)
@@ -137,10 +137,11 @@ PreparePackages (
   Then, EFI_HII_PACKAGE_LIST will be register to the default System HII Database. The\r
   Handle to the newly registered Package List is returned throught HiiHandle.\r
 \r
-  @param  NumberOfPackages  The number of HII packages to register.\r
-  @param  GuidId                    Package List GUID ID.\r
+  @param  NumberOfPackages         The number of HII packages to register.\r
+  @param  GuidId                   Package List GUID ID.\r
+  @param  DriverHandle             The pointer of driver handle\r
   @param  HiiHandle                The ID used to retrieve the Package List later.\r
-  @param  ...                          The variable argument list describing all HII Package.\r
+  @param  ...                      The variable argument list describing all HII Package.\r
 \r
   @return\r
   The allocated and initialized packages.\r
@@ -279,7 +280,7 @@ HiiLibGetStringFromToken (
   If HiiHandle could not be found in the default HII database, then ASSERT.\r
   If StringId is not found in PackageList, then ASSERT.\r
 \r
-  @param  HiiHandle              The HII handle of package list.\r
+  @param  PackageList            The HII handle of package list.\r
   @param  StringId               The String ID.\r
   @param  String                 The output string.\r
 \r
index 8c662b60647518abaac7a762089569d664795a65..5974a2640f9b6987145d160c14d40a16b5eb3362 100644 (file)
@@ -23,6 +23,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   @param Pack - List of variables\r
   @param Name - Name of the variable/map\r
   @param Guid - GUID of the variable/map\r
+  @param Id   - The index of the variable/map to retrieve\r
   @param Var  - Pointer to the variable/map\r
   @param Size - Size of the variable/map in bytes\r
 **/\r
@@ -119,11 +120,12 @@ EfiLibHiiVariablePackListForEachVar (
   @param List - List of variables\r
   @param Name - Name of the variable/map\r
   @param Guid - GUID of the variable/map\r
+  @param Id   - Id of the variable/map\r
   @param Var  - Pointer to the variable/map\r
   @param Size - Size of the variable/map in bytes\r
 \r
-  @param EFI_SUCCESS   - Variable is found, OUT parameters are valid\r
-  @param EFI_NOT_FOUND - Variable is not found, OUT parameters are not valid\r
+  @return EFI_SUCCESS   - Variable is found, OUT parameters are valid\r
+  @return EFI_NOT_FOUND - Variable is not found, OUT parameters are not valid\r
 **/\r
 EFI_STATUS\r
 EfiLibHiiVariablePackListGetMapByIdx (\r
@@ -233,6 +235,7 @@ EfiLibHiiVariablePackListGetMapById (
   @param List - List of variables\r
   @param Name - Name of the variable/map to be found\r
   @param Guid - GUID of the variable/map to be found\r
+  @param Id   - Id of the variable/map to be found\r
   @param Var  - Pointer to the variable/map found\r
   @param Size - Size of the variable/map in bytes found\r
 \r
index 64f7cde18492e8f66085f81e6424a435f5732cee..143870ae9d5746d2e031262c4463873295bf9ca6 100644 (file)
@@ -252,9 +252,7 @@ EfiNamedEventSignal (
   can then immediately be restored back to the current TPL level with a call\r
   to RestoreTPL().\r
 \r
-  @param  VOID\r
-\r
-  @retvale EFI_TPL              The current TPL.\r
+  @return The current TPL.\r
 \r
 **/\r
 EFI_TPL\r
@@ -305,7 +303,7 @@ EfiInitializeLock (
   priority level of the mutual exclusion lock.  Then, it places the lock in the\r
   acquired state.\r
 \r
-  @param  Priority  The task priority level of the lock.\r
+  @param  Lock  Point to EFI_LOCK instance\r
 \r
 **/\r
 VOID\r
@@ -454,7 +452,7 @@ EfiTestManagedDevice (
 \r
   @param  ControllerHandle     A handle for a (parent) controller to test.\r
   @param  ChildHandle          A child handle to test.\r
-  @param  ConsumsedGuid        Supplies the protocol that the child controller\r
+  @param  ProtocolGuid         Supplies the protocol that the child controller\r
                                opens on its parent controller.\r
 \r
   @retval EFI_SUCCESS          ChildHandle is a child of the ControllerHandle.\r
index fbe9ef7576c21284644e44d9eb3eea1d95b130d0..067a85e719905e21a410597d36d6aad0b0fddf37 100644 (file)
@@ -137,7 +137,7 @@ EfiCreateEventLegacyBootEx (
   the EDK/EFI 1.10 form and EDK II/UEFI 2.0 form and allows common code to\r
   work both ways.\r
 \r
-  @param  LegacyBootEvent   Returns the EFI event returned from gBS->CreateEvent(Ex).\r
+  @param  ReadyToBootEvent   Returns the EFI event returned from gBS->CreateEvent(Ex).\r
 \r
   @retval EFI_SUCCESS       Event was created.\r
   @retval Other             Event was not created.\r
@@ -170,7 +170,7 @@ EfiCreateEventReadyToBoot (
   @param  NotifyTpl         The task priority level of the event.\r
   @param  NotifyFunction    The notification function to call when the event is signaled.\r
   @param  NotifyContext     The content to pass to NotifyFunction when the event is signaled.\r
-  @param  LegacyBootEvent   Returns the EFI event returned from gBS->CreateEvent(Ex).\r
+  @param  ReadyToBootEvent  Returns the EFI event returned from gBS->CreateEvent(Ex).\r
 \r
   @retval EFI_SUCCESS       Event was created.\r
   @retval Other             Event was not created.\r
index 98a69f9c47f6d79e2586389937f08b17be5dd209..68bc432c63216796ec7eebea267bddd4a55fea7e 100644 (file)
@@ -64,7 +64,8 @@ HiiLibFrameworkConstructor (
   and the variable length argument list of package pointers.\r
 \r
   @param  NumberOfPackages The number of HII packages to prepare.\r
-  @param  Guid Package GUID.\r
+  @param  Guid             Package GUID.\r
+  @param  Args             Package contents\r
 \r
   @return The allocated and initialized packages.\r
 \r
index 33d9191f956a0fcb29e7c18348d335522e248360..6a9c8cd9906dfa74c373b3a4219e77ee8b02fa17 100644 (file)
@@ -20,8 +20,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   This internal function retrieves Smbus PPI from PPI database.\r
   If gEfiPeiSmbusPpiGuid can not be located, then ASSERT()\r
   \r
-  @param  PeiServices   An indirect pointer to the EFI_PEI_SERVICES published by the PEI Foundation.\r
-\r
   @return The pointer to Smbus PPI.\r
 \r
 **/\r