ALSA: virtio: fix kernel-doc
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Mon, 26 Apr 2021 21:39:02 +0000 (16:39 -0500)
committerTakashi Iwai <tiwai@suse.de>
Tue, 27 Apr 2021 06:39:39 +0000 (08:39 +0200)
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>
sound/virtio/virtio_ctl_msg.c

index 26ff7e7cc041e18a296f6487f598cfabf36fcbea..18dc5aca2e0c5b2a1e6c0d4391b34865b797995e 100644 (file)
@@ -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.