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>
This commit is contained in:
Pierre-Louis Bossart 2021-03-02 14:59:21 -06:00 committed by Mark Brown
parent 79d77f7fd1
commit 5dd902d99e
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0

View file

@ -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