Skip to content

Commit

Permalink
Remove tabs & trailing whitespaces from the spec.
Browse files Browse the repository at this point in the history
Signed-off-by: Atish Patra <[email protected]>
  • Loading branch information
atishp04 committed May 31, 2023
1 parent 65f93ae commit 4f7a086
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions riscv-sbi.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ endif::[]
:hide-uri-scheme:
:stem: latexmath
:footnote:
:xrefstyle: short
:xrefstyle: short

= RISC-V Supervisor Binary Interface Specification
:author: RISC-V Platform Runtime Services Task Group
Expand Down Expand Up @@ -1566,10 +1566,10 @@ The possible error codes returned in `sbiret.error` are shown in the
[source, C]
----
struct sbiret sbi_pmu_counter_config_matching(unsigned long counter_idx_base,
unsigned long counter_idx_mask,
unsigned long config_flags,
unsigned long event_idx,
uint64_t event_data)
unsigned long counter_idx_mask,
unsigned long config_flags,
unsigned long event_idx,
uint64_t event_data)
----

Find and configure a counter from a set of counters which is not started
Expand Down Expand Up @@ -1637,9 +1637,9 @@ shown in the <<table_pmu_counter_cfg_match_errors>> below.
[source, C]
----
struct sbiret sbi_pmu_counter_start(unsigned long counter_idx_base,
unsigned long counter_idx_mask,
unsigned long start_flags,
uint64_t initial_value)
unsigned long counter_idx_mask,
unsigned long start_flags,
uint64_t initial_value)
----

Start or enable a set of counters on the calling HART with the specified
Expand Down Expand Up @@ -1685,8 +1685,8 @@ The possible error codes returned in `sbiret.error` are shown in the
[source, C]
----
struct sbiret sbi_pmu_counter_stop(unsigned long counter_idx_base,
unsigned long counter_idx_mask,
unsigned long stop_flags)
unsigned long counter_idx_mask,
unsigned long stop_flags)
----

Stop or disable a set of counters on the calling HART. The `counter_idx_base`
Expand Down

0 comments on commit 4f7a086

Please sign in to comment.