Skip to content

Commit

Permalink
ASoC: rt-sdw-common: fix rt_sdca_index_update_bits function parameter…
Browse files Browse the repository at this point in the history
… 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 <yung-chuan.liao@linux.intel.com>
  • Loading branch information
bardliao committed Oct 23, 2024
1 parent 9ecba28 commit 84a8d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/rt-sdw-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ EXPORT_SYMBOL_GPL(rt_sdca_index_read);
* @nid: Realtek-defined ID.
* @reg: register.
* @mask: Bitmask to change
* @value: New value for bitmask
* @val: New value for bitmask
*
* A value of zero will be returned on success, a negative errno will
* be returned in error cases.
Expand Down

0 comments on commit 84a8d60

Please sign in to comment.