Re: [PATCH] sound: virtio: correct the function name in kernel-doc comment

2021-05-03 Thread Michael S. Tsirkin
On Wed, Apr 14, 2021 at 10:26:45PM -0700, Randy Dunlap wrote: > Fix kernel-doc warning that the wrong function name is used in a > kernel-doc comment: > > ../sound/virtio/virtio_ctl_msg.c:70: warning: expecting prototype for > virtsnd_ctl_msg_request(). Prototype was for

Re: [PATCH] sound: virtio: correct the function name in kernel-doc comment

2021-04-15 Thread Anton Yakovlev
On 15.04.2021 07:26, Randy Dunlap wrote: Fix kernel-doc warning that the wrong function name is used in a kernel-doc comment: ../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:

[PATCH] sound: virtio: correct the function name in kernel-doc comment

2021-04-14 Thread Randy Dunlap
Fix kernel-doc warning that the wrong function name is used in a kernel-doc comment: ../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: Randy Dunlap Cc: Anton Yakovlev Cc: