Skip to content

Commit

Permalink
Fix the table reference in set/get functions
Browse files Browse the repository at this point in the history
Signed-off-by: Atish Patra <[email protected]>
  • Loading branch information
atishp04 committed Nov 8, 2024
1 parent fd054bb commit e0478fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ext-firmware-features.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ struct sbiret sbi_fwft_set(uint32_t feature,
A successful return from `sbi_fwft_set()` results in the requested
firmware feature to be set according to the `value` and `flags` parameters for
which per feature supported values are described in
<<table_fw_features_attributes>> and flags in <<table_fw_features_flags>>.
<<table_fw_features_attribute_values>> and flags in <<table_fw_features_flags>>.

[#table_fw_features_flags]
.FWFT Firmware Features Set Flags
Expand Down Expand Up @@ -166,7 +166,7 @@ struct sbiret sbi_fwft_get(uint32_t feature)

A successful return from `sbi_fwft_get()` results in the firmware
feature configuration value to be returned in `sbiret.value`. Possible
`sbiret.value` values are described in <<table_fw_features_attributes>> for each
`sbiret.value` values are described in <<table_fw_features_attribute_values>> for each
feature ID.

In case of failure, the content of `sbiret.value` is zero and the possible error
Expand Down

0 comments on commit e0478fe

Please sign in to comment.