Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the table reference in set/get functions #185

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading