Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: Intel: atom: fix kernel-doc

v5.12-rc1 flags new warnings with make W=1, fix missing or broken
function descriptors.

sound/soc/intel/atom/sst/sst_loader.c:85: warning: expecting prototype
for sst_start_merrifield(). Prototype was for sst_start_mrfld()
instead

sound/soc/intel/atom/sst/sst_acpi.c:339: warning: expecting prototype
for intel_sst_remove(). Prototype was for sst_acpi_remove() instead

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20210301165349.114952-3-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Pierre-Louis Bossart and committed by
Mark Brown
7810ea4c 2fb87110

+2 -2
+1 -1
sound/soc/intel/atom/sst/sst_acpi.c
··· 328 328 } 329 329 330 330 /** 331 - * intel_sst_remove - remove function 331 + * sst_acpi_remove - remove function 332 332 * 333 333 * @pdev: platform device structure 334 334 *
+1 -1
sound/soc/intel/atom/sst/sst_loader.c
··· 76 76 } 77 77 78 78 /** 79 - * sst_start_merrifield - Start the SST DSP processor 79 + * sst_start_mrfld - Start the SST DSP processor 80 80 * @sst_drv_ctx: intel_sst_drv context pointer 81 81 * 82 82 * This starts the DSP in MERRIFIELD platfroms