]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Some minor refinements for function header.
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 27 Apr 2009 06:19:31 +0000 (06:19 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 27 Apr 2009 06:19:31 +0000 (06:19 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8179 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.h
IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCodeCommon.c
IntelFrameworkModulePkg/Universal/StatusCode/Dxe/RtMemoryStatusCodeWorker.c

index 8fb5488a05f3cb3596f12d3af63481bebf38171d..dbf356b53b0e8d391bc1cd92c2963ba109b601b6 100644 (file)
@@ -71,7 +71,7 @@ extern RUNTIME_MEMORY_STATUSCODE_HEADER  *mRtMemoryStatusCodeTable;
   This function implements EFI_STATUS_CODE_PROTOCOL.ReportStatusCode().\r
   It calls into the workers which dispatches the platform specific listeners.\r
 \r
-  @param  Type             Indicates the type of status code being reported.\r
+  @param  CodeType         Indicates the type of status code being reported.\r
   @param  Value            Describes the current status of a hardware or software entity.\r
                            This included information about the class and subclass that is used to\r
                            classify the entity as well as an operation.\r
@@ -168,9 +168,6 @@ RtMemoryStatusCodeInitializeWorker (
                                   classify the entity as well as an operation.\r
   @param  Instance                The enumeration of a hardware or software entity within\r
                                   the system. Valid instance numbers start with 1.\r
-  @param  CallerId                This optional parameter may be used to identify the caller.\r
-                                  This parameter allows the status code driver to apply different rules to\r
-                                  different callers.\r
  \r
   @retval EFI_SUCCESS             Status code successfully recorded in runtime memory status code table.\r
 \r
index 2a156a503d45b64f5de3d8ccb2d96656bc310468..8711279e365a2ef8e6b08d3ebfe960e08931a6a8 100644 (file)
@@ -86,7 +86,7 @@ DxeStatusCodeDriverEntry (
   This function implements EFI_STATUS_CODE_PROTOCOL.ReportStatusCode().\r
   It calls into the workers which dispatches the platform specific listeners.\r
 \r
-  @param  Type             Indicates the type of status code being reported.\r
+  @param  CodeType         Indicates the type of status code being reported.\r
   @param  Value            Describes the current status of a hardware or software entity.\r
                            This included information about the class and subclass that is used to\r
                            classify the entity as well as an operation.\r
index 3d0855f6f3e12821568c1d054f0e5b41920e0dd6..3c75f41be911228bd54b85f1a496f99f349f3186 100644 (file)
@@ -56,9 +56,6 @@ RtMemoryStatusCodeInitializeWorker (
                                   classify the entity as well as an operation.\r
   @param  Instance                The enumeration of a hardware or software entity within\r
                                   the system. Valid instance numbers start with 1.\r
-  @param  CallerId                This optional parameter may be used to identify the caller.\r
-                                  This parameter allows the status code driver to apply different rules to\r
-                                  different callers.\r
  \r
   @retval EFI_SUCCESS             Status code successfully recorded in runtime memory status code table.\r
 \r