From 1f2c697f4f1d41d9a82c10823b464d48c242b692 Mon Sep 17 00:00:00 2001 From: Ley Foon Tan Date: Thu, 18 Apr 2024 14:31:20 +0800 Subject: [PATCH] hsm: Fix incorrect descriptions for RPMI_SUCCESS Fix copy & paste issue for incorrect description. Signed-off-by: Ley Foon Tan --- src/srvgrp-hart-state-management.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/srvgrp-hart-state-management.adoc b/src/srvgrp-hart-state-management.adoc index dc1fa55..d934d35 100644 --- a/src/srvgrp-hart-state-management.adoc +++ b/src/srvgrp-hart-state-management.adoc @@ -113,7 +113,7 @@ processor. [cols="5,5"] !=== ! *Error Code* ! *Description* -! RPMI_SUCCESS ! Service completed successfully and hart is started. +! RPMI_SUCCESS ! Service completed successfully and hart is stopped. ! RPMI_ERROR_DENIED ! Not allowed due to current hart state which is platform specific !=== @@ -147,7 +147,7 @@ _Only used for non-retentive suspend types._ [cols="6,5"] !=== ! *Error Code* ! *Description* -! RPMI_SUCCESS ! Service completed successfully and hart is started. +! RPMI_SUCCESS ! Service completed successfully. ! RPMI_ERROR_INVALID_PARAMETER ! Invalid SUSPEND_TYPE. !=== - Other errors <> @@ -173,7 +173,7 @@ This service gets the running status of a Hart. [cols="6,5"] !=== ! *Error Code* ! *Description* -! RPMI_SUCCESS ! Notifications are subscribed successfully. +! RPMI_SUCCESS ! Service completed successfully. ! RPMI_ERROR_INVALID_PARAMETER ! Invalid HART_ID. !=== - Other errors <> @@ -211,7 +211,7 @@ This service gets the list of harts with a specified Hart ID start index [cols="6,5"] !=== ! *Error Code* ! *Description* -! RPMI_SUCCESS ! Notifications are subscribed successfully. +! RPMI_SUCCESS ! Service completed successfully. ! RPMI_ERROR_INVALID_PARAMETER ! Invalid START_INDEX. !=== - Other errors <> @@ -245,7 +245,7 @@ items. [cols="7,5"] !=== ! *Error Code* ! *Description* -! RPMI_SUCCESS ! Notifications are subscribed successfully. +! RPMI_SUCCESS ! Service completed successfully. ! RPMI_ERROR_INVALID_PARAMETER ! Invalid START_INDEX. !=== - Other errors <> @@ -276,7 +276,7 @@ Get attributes of a suspend type. [cols="7,5"] !=== ! *Error Code* ! *Description* -! RPMI_SUCCESS ! Notifications are subscribed successfully. +! RPMI_SUCCESS ! Service completed successfully. ! RPMI_ERROR_INVALID_PARAMETER ! Invalid SUSPEND_TYPE. !=== - Other errors <>