From 522520babf0e09c729e2dc7b10a69222f3b817f6 Mon Sep 17 00:00:00 2001 From: Ley Foon Tan Date: Fri, 5 Apr 2024 00:27:38 +0800 Subject: [PATCH] Update description for RETURNED The word "so far" is confusing, change it. Signed-off-by: Ley Foon Tan --- src/srvgrp-clock.adoc | 2 +- src/srvgrp-cppc.adoc | 2 +- src/srvgrp-hart-state-management.adoc | 4 ++-- src/srvgrp-voltage.adoc | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/srvgrp-clock.adoc b/src/srvgrp-clock.adoc index e72acc6..3849cf4 100644 --- a/src/srvgrp-clock.adoc +++ b/src/srvgrp-clock.adoc @@ -196,7 +196,7 @@ In case the CLOCK_FORMAT is a linear range the RETURNED field will be set to `3` - Other errors <> | 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. diff --git a/src/srvgrp-cppc.adoc b/src/srvgrp-cppc.adoc index af2af57..f200306 100644 --- a/src/srvgrp-cppc.adoc +++ b/src/srvgrp-cppc.adoc @@ -278,7 +278,7 @@ This service gets the list of a hart with a specified hart ID start index. !=== - Other errors <> | 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 diff --git a/src/srvgrp-hart-state-management.adoc b/src/srvgrp-hart-state-management.adoc index e306286..23d4822 100644 --- a/src/srvgrp-hart-state-management.adoc +++ b/src/srvgrp-hart-state-management.adoc @@ -216,7 +216,7 @@ This service gets the list of harts with a specified Hart ID start index !=== - Other errors <> | 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 @@ -250,7 +250,7 @@ items. !=== - Other errors <> | 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 diff --git a/src/srvgrp-voltage.adoc b/src/srvgrp-voltage.adoc index 954c29c..fa18382 100644 --- a/src/srvgrp-voltage.adoc +++ b/src/srvgrp-voltage.adoc @@ -188,7 +188,7 @@ voltage levels. - Other errors <> | 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).