Skip to content

Commit

Permalink
hsm: Fix incorrect descriptions for RPMI_SUCCESS
Browse files Browse the repository at this point in the history
Fix copy & paste issue for incorrect description.

Signed-off-by: Ley Foon Tan <[email protected]>
  • Loading branch information
Ley Foon Tan authored and leyfoon.tan committed Apr 18, 2024
1 parent 09d6218 commit 1f2c697
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/srvgrp-hart-state-management.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
!===
Expand Down Expand Up @@ -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 <<table_error_codes>>
Expand All @@ -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 <<table_error_codes>>
Expand Down Expand Up @@ -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 <<table_error_codes>>
Expand Down Expand Up @@ -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 <<table_error_codes>>
Expand Down Expand Up @@ -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 <<table_error_codes>>
Expand Down

0 comments on commit 1f2c697

Please sign in to comment.