[PATCH] riscv-sbi.adoc: fix the wrong FID of sbi_pmu_counter_start


Heinrich Schuchardt
 

On 9/10/21 5:14 AM, Dong Du wrote:
From: Dong Du <dd_nirvana@...>
Signed-off-by: Dong Du <dd_nirvana@...>
Please, add a commit message describing that we already have "10.9. Function: Stop a set of counters (FID #4)" and this change avoids the duplicate usage of an FID.

Otherwise

Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@...>

---
riscv-sbi.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/riscv-sbi.adoc b/riscv-sbi.adoc
index 4855cf4..ee9fed4 100644
--- a/riscv-sbi.adoc
+++ b/riscv-sbi.adoc
@@ -1442,7 +1442,7 @@ shown in the <<table_pmu_counter_cfg_match_errors>> below.
| SBI_ERR_NOT_SUPPORTED | none of the counters can monitor specified event.
|===
-=== Function: Start a set of counters (FID #4)
+=== Function: Start a set of counters (FID #3)
[source, C]
----


Dd_nirvana@...
 

From: Dong Du <dd_nirvana@...>

Signed-off-by: Dong Du <dd_nirvana@...>
---
riscv-sbi.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/riscv-sbi.adoc b/riscv-sbi.adoc
index 4855cf4..ee9fed4 100644
--- a/riscv-sbi.adoc
+++ b/riscv-sbi.adoc
@@ -1442,7 +1442,7 @@ shown in the <<table_pmu_counter_cfg_match_errors>>=
below.
| SBI_ERR_NOT_SUPPORTED | none of the counters can monitor specified eve=
nt.
|=3D=3D=3D
=20
-=3D=3D=3D Function: Start a set of counters (FID #4)
+=3D=3D=3D Function: Start a set of counters (FID #3)
=20
[source, C]
----
--=20
2.31.1