From: Vinod Koul Date: Mon, 20 Oct 2014 15:24:32 +0000 (+0530) Subject: ASoC: intel: fix the kernldoc comment X-Git-Tag: v6.6-pxa1908~22096^2~20^2~16^3~50 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=dee2ce696ea8b37a26eef9f2a3fcc64df7179d98;p=linux.git ASoC: intel: fix the kernldoc comment copypaste error on function sst_get_num_channel caused the comment to be wrong, so fix it here Signed-off-by: Vinod Koul Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/sst/sst_drv_interface.c b/sound/soc/intel/sst/sst_drv_interface.c index 3a5e92096b82..183b1eb95c0e 100644 --- a/sound/soc/intel/sst/sst_drv_interface.c +++ b/sound/soc/intel/sst/sst_drv_interface.c @@ -94,7 +94,7 @@ int sst_get_sfreq(struct snd_sst_params *str_param) } /* - * sst_get_sfreq - this function returns the frequency of the stream + * sst_get_num_channel - get number of channels for the stream * * @str_param : stream params */