Skip to content

Commit 84a8d60

Browse files
committed
ASoC: rt-sdw-common: fix rt_sdca_index_update_bits function parameter 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>
1 parent 9ecba28 commit 84a8d60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/rt-sdw-common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ EXPORT_SYMBOL_GPL(rt_sdca_index_read);
7676
* @nid: Realtek-defined ID.
7777
* @reg: register.
7878
* @mask: Bitmask to change
79-
* @value: New value for bitmask
79+
* @val: New value for bitmask
8080
*
8181
* A value of zero will be returned on success, a negative errno will
8282
* be returned in error cases.

0 commit comments

Comments
 (0)