Skip to content

Commit

Permalink
Update description for RETURNED
Browse files Browse the repository at this point in the history
The word "so far" is confusing, change it.

Signed-off-by: Ley Foon Tan <[email protected]>
  • Loading branch information
Ley Foon Tan committed Apr 4, 2024
1 parent eb1a98a commit 522520b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/srvgrp-clock.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ In case the CLOCK_FORMAT is a linear range the RETURNED field will be set to `3`
- Other errors <<table_error_codes>>
| 1 | FLAGS | uint32 | _Reserved_ and must be `0`.
| 2 | REMAINING | uint32 | Remaining number of clock rates.
| 3 | RETURNED | uint32 | Number of clock rates returned so far.
| 3 | RETURNED | uint32 | Number of clock rates returned in this request.
| 4 | CLOCK_RATE[0] | (uint32, uint32) | Clock rate value.
| 5 | CLOCK_RATE[1] | (uint32, uint32) | Clock rate value.
| ... | CLOCK_RATE[N-1] | (uint32, uint32) | Clock rate value.
Expand Down
2 changes: 1 addition & 1 deletion src/srvgrp-cppc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ This service gets the list of a hart with a specified hart ID start index.
!===
- Other errors <<table_error_codes>>
| 1 | REMAINING | uint32 | Remaining number of items to be returned
| 2 | RETURNED | uint32 | Total number of items returned so far.
| 2 | RETURNED | uint32 | Total number of items returned in this request.
| 3 | HART_ID[0] | uint32 | Hart ID
| 4 | HART_ID[1] | uint32 | Hart ID
| N+2 | HART_ID[N-1] | uint32 | Hart ID
Expand Down
4 changes: 2 additions & 2 deletions src/srvgrp-hart-state-management.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ This service gets the list of harts with a specified Hart ID start index
!===
- Other errors <<table_error_codes>>
| 1 | REMAINING | uint32 | Number of remaining items in the list pending to be returned.
| 2 | RETURNED | uint32 | Total number of items returned so far.
| 2 | RETURNED | uint32 | Total number of items returned in this request.
| 3 | HART_ID[0] | uint32 | HART_ID
| 4 | HART_ID[1] | uint32 | HART_ID
| N+2 | HART_ID[N - 1] | uint32 | HART_ID
Expand Down Expand Up @@ -250,7 +250,7 @@ items.
!===
- Other errors <<table_error_codes>>
| 1 | REMAINING | uint32 | Number of remaining items in the list pending to be returned.
| 2 | RETURNED | uint32 | Total number of items returned so far.
| 2 | RETURNED | uint32 | Total number of items returned in this request.
| 3 | SUSPEND_TYPE[0] | uint32 | Suspend Type
| 4 | SUSPEND_TYPE[1] | uint32 | Suspend Type
| N+2 | SUSPEND_TYPE[N - 1] | uint32 | Suspend Type
Expand Down
2 changes: 1 addition & 1 deletion src/srvgrp-voltage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ voltage levels.
- Other errors <<table_error_codes>>
| 1 | FLAGS | uint32 | _Reserved_ and must be `0`.
| 2 | REMAINING | uint32 | Remaining number of levels.
| 3 | RETURNED | uint32 | Number of levels returned so far.
| 3 | RETURNED | uint32 | Number of levels returned in this request.
| 4 | VOLTAGE[0] | uint32 | Voltage array where each entry in the
array is a voltage level in microvolts(uV).

Expand Down

0 comments on commit 522520b

Please sign in to comment.