]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.h
Some minor refinements for function header.
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / StatusCode / Dxe / DxeStatusCode.h
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
   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
   @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
                                   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
  \r
   @retval EFI_SUCCESS             Status code successfully recorded in runtime memory status code table.\r
 \r