aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>2021-04-26 16:39:02 -0500
committerTakashi Iwai <tiwai@suse.de>2021-04-27 08:39:39 +0200
commite861431303d23428bf26e8496252d7bee260a956 (patch)
tree94703150f64cb822d59368744be52e2a51372be1 /sound
parentALSA: hda/cirrus: Use CS8409 filter to fix abnormal sounds on Bullseye (diff)
downloadlinux-dev-e861431303d23428bf26e8496252d7bee260a956.tar.xz
linux-dev-e861431303d23428bf26e8496252d7bee260a956.zip
ALSA: virtio: fix kernel-doc
make W=1 warning: sound/virtio/virtio_ctl_msg.c:70: warning: expecting prototype for virtsnd_ctl_msg_request(). Prototype was for virtsnd_ctl_msg_response() instead Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20210426213902.234711-1-pierre-louis.bossart@linux.intel.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/virtio/virtio_ctl_msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/virtio/virtio_ctl_msg.c b/sound/virtio/virtio_ctl_msg.c
index 26ff7e7cc041..18dc5aca2e0c 100644
--- a/sound/virtio/virtio_ctl_msg.c
+++ b/sound/virtio/virtio_ctl_msg.c
@@ -61,7 +61,7 @@ void *virtsnd_ctl_msg_request(struct virtio_snd_msg *msg)
}
/**
- * virtsnd_ctl_msg_request() - Get a pointer to the response header.
+ * virtsnd_ctl_msg_response() - Get a pointer to the response header.
* @msg: Control message.
*
* Context: Any context.