summaryrefslogtreecommitdiffstats
path: root/sound/hda/ext/hdac_ext_stream.c
diff options
context:
space:
mode:
authorKeyon Jie <yang.jie@linux.intel.com>2020-01-13 14:56:38 -0600
committerTakashi Iwai <tiwai@suse.de>2020-01-14 07:40:37 +0100
commit6e57188f20ecf33185b671cff1af305d8f3bb2fe (patch)
tree4ac5093735940a3d49e8bcf036ffa991919d8d14 /sound/hda/ext/hdac_ext_stream.c
parent1a462be52f4505a2719631fb5aa7bfdbd37bfd8d (diff)
downloadlinux-stable-6e57188f20ecf33185b671cff1af305d8f3bb2fe.tar.gz
linux-stable-6e57188f20ecf33185b671cff1af305d8f3bb2fe.tar.bz2
linux-stable-6e57188f20ecf33185b671cff1af305d8f3bb2fe.zip
ALSA: hda: Update kernel-doc function parameter descriptions
Make W=1 throws a lot of warnings, with multiple misalignments between function params and their descriptions. Signed-off-by: Keyon Jie <yang.jie@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20200113205638.27338-1-pierre-louis.bossart@linux.intel.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/hda/ext/hdac_ext_stream.c')
-rw-r--r--sound/hda/ext/hdac_ext_stream.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/hda/ext/hdac_ext_stream.c b/sound/hda/ext/hdac_ext_stream.c
index 6b1b4b834bae..c4d54a838773 100644
--- a/sound/hda/ext/hdac_ext_stream.c
+++ b/sound/hda/ext/hdac_ext_stream.c
@@ -530,7 +530,6 @@ EXPORT_SYMBOL_GPL(snd_hdac_ext_stream_set_dpibr);
/**
* snd_hdac_ext_stream_set_lpib - sets the lpib value of a stream
- * @bus: HD-audio core bus
* @stream: hdac_ext_stream
* @value: lpib value to set
*/