Skip to content

Commit

Permalink
ALSA: virtio: fix kernel-doc
Browse files Browse the repository at this point in the history
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
plbossart authored and tiwai committed Apr 27, 2021
1 parent 45b14fe commit e861431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/virtio/virtio_ctl_msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e861431

Please sign in to comment.