]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.h
UefiCpuPkg/PiSmmCpuDxeSmm: Make code consistent with comments
[mirror_edk2.git] / UefiCpuPkg / PiSmmCpuDxeSmm / PiSmmCpuDxeSmm.h
index 186809f43119e5d6af88e5732fbcc3a7ada8299d..a0e59f20886b1cedead0a203d9fe7fc73b4ab92d 100644 (file)
@@ -1329,7 +1329,7 @@ InternalSmmStartupThisAp (
   IN      EFI_AP_PROCEDURE2              Procedure,\r
   IN      UINTN                          CpuIndex,\r
   IN OUT  VOID                           *ProcArguments OPTIONAL,\r
-  IN      MM_COMPLETION                  *Token,\r
+  IN OUT  MM_COMPLETION                  *Token,\r
   IN      UINTN                          TimeoutInMicroseconds,\r
   IN OUT  EFI_STATUS                     *CpuStatus\r
   );\r
@@ -1387,7 +1387,7 @@ IsPresentAp (
   @param[in]     TimeoutInMicroseconds   Indicates the time limit in microseconds for\r
                                          APs to return from Procedure, either for\r
                                          blocking or non-blocking mode.\r
-  @param[in,out] ProcedureArgument       The parameter passed into Procedure for\r
+  @param[in,out] ProcedureArguments      The parameter passed into Procedure for\r
                                          all APs.\r
   @param[in,out] Token                   This is an optional parameter that allows the caller to execute the\r
                                          procedure in a blocking or non-blocking fashion. If it is NULL the\r