summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/sigmadsp-regmap.c
diff options
context:
space:
mode:
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>2021-03-02 23:59:21 +0300
committerMark Brown <broonie@kernel.org>2021-03-10 16:10:40 +0300
commit5dd902d99ebb63f490d73277340745e0bd9ea7f2 (patch)
treedcd8ed538c2f4b7a4f0cba34619370ec1eb95226 /sound/soc/codecs/sigmadsp-regmap.c
parent79d77f7fd1de16ea5d5c778f426007edaeb4c365 (diff)
downloadlinux-5dd902d99ebb63f490d73277340745e0bd9ea7f2.tar.xz
ASoC: sigmadsp-regmap: fix kernel-doc warning
make W=1 warning: sound/soc/codecs/sigmadsp-regmap.c:42: warning: expecting prototype for devm_sigmadsp_init_i2c(). Prototype was for devm_sigmadsp_init_regmap() instead Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20210302205926.49063-5-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/sigmadsp-regmap.c')
-rw-r--r--sound/soc/codecs/sigmadsp-regmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/sigmadsp-regmap.c b/sound/soc/codecs/sigmadsp-regmap.c
index bf1c4086da9f..ba9a6795e470 100644
--- a/sound/soc/codecs/sigmadsp-regmap.c
+++ b/sound/soc/codecs/sigmadsp-regmap.c
@@ -26,7 +26,7 @@ static int sigmadsp_read_regmap(void *control_data,
}
/**
- * devm_sigmadsp_init_i2c() - Initialize SigmaDSP instance
+ * devm_sigmadsp_init_regmap() - Initialize SigmaDSP instance
* @dev: The parent device
* @regmap: Regmap instance to use
* @ops: The sigmadsp_ops to use for this instance