aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core
diff options
context:
space:
mode:
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>2020-07-02 14:38:42 -0500
committerTakashi Iwai <tiwai@suse.de>2020-07-07 10:22:33 +0200
commit713bdcb920e34766164ee6b1b6ae36fb6fde5d42 (patch)
treef497b67b615070c32fe4e1003a838cf09c95b74c /sound/core
parentALSA: usb-audio: Fix some typos (diff)
downloadlinux-dev-713bdcb920e34766164ee6b1b6ae36fb6fde5d42.tar.xz
linux-dev-713bdcb920e34766164ee6b1b6ae36fb6fde5d42.zip
ALSA: core: pcm_iec958: fix kernel-doc
Fix W=1 warning. The kernel doc uses the hwparams type instead of the argument name. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20200702193842.169215-1-pierre-louis.bossart@linux.intel.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core')
-rw-r--r--sound/core/pcm_iec958.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/pcm_iec958.c b/sound/core/pcm_iec958.c
index 073540f73b2f..f9a211cc1f2c 100644
--- a/sound/core/pcm_iec958.c
+++ b/sound/core/pcm_iec958.c
@@ -103,7 +103,7 @@ EXPORT_SYMBOL(snd_pcm_create_iec958_consumer);
/**
* snd_pcm_create_iec958_consumer_hw_params - create IEC958 channel status
- * @hw_params: the hw_params instance for extracting rate and sample format
+ * @params: the hw_params instance for extracting rate and sample format
* @cs: channel status buffer, at least four bytes
* @len: length of channel status buffer
*