thesofproject / linux

Linux kernel source tree
Other
91 stars 134 forks source link

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

Closed bardliao closed 1 month ago

bardliao commented 1 month ago

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'