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

ASoC: rt-sdw-common: fix rt_sdca_index_update_bits function parameter description #5210

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

bardliao
Copy link
Collaborator

Fix the mismatch between function parameter and description. Below warning are reported with W=1.
warning: Function parameter or struct member 'val' not described in 'rt_sdca_index_update_bits'
warning: Excess function parameter 'value' description in 'rt_sdca_index_update_bits'

… description

Fix the mismatch between function parameter and description.
Below warning are reported with W=1.
warning: Function parameter or struct member 'val' not described in
'rt_sdca_index_update_bits'
warning: Excess function parameter 'value' description in
'rt_sdca_index_update_bits'

Signed-off-by: Bard Liao <[email protected]>
@bardliao bardliao merged commit 84a8d60 into thesofproject:topic/sof-dev Oct 23, 2024
12 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants