ASoC: rt-sdw-common: fix rt_sdca_index_update_bits function parameter description
authorBard Liao <yung-chuan.liao@linux.intel.com>
Thu, 24 Oct 2024 06:02:05 +0000 (14:02 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 24 Oct 2024 12:22:34 +0000 (13:22 +0100)
commit4d9661e28be13f90db43b889fd15f4aad53de7d1
treef2c7a3727d6b004aa74147f1df18d2944431ac5f
parenta77e6c12cd9755cff27a3ed8bafe403284d46bb8
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>
Reviewed-by: Shuming Fan <shumingf@realtek.com>
Link: https://patch.msgid.link/20241024060205.20201-1-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt-sdw-common.c