]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: vx: use correct function name in kernel-doc comment
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 16 Feb 2026 06:00:10 +0000 (22:00 -0800)
committerTakashi Iwai <tiwai@suse.de>
Fri, 17 Apr 2026 07:48:20 +0000 (09:48 +0200)
commit2866156e770c3c00aed96de9eab35cde0fd486cd
tree1dd8dc7126bfeaf1fc53ef46b728a1fdab7526bf
parent4f01559b5ec490b58e4a74cba36b43fe5f06f1ee
ALSA: vx: use correct function name in kernel-doc comment

Use the correct function name to avoid a kernel-doc warning (when
W=1 is used):

vx_cmd.h:210: warning: expecting prototype for vx_send_pipe_cmd_params().
 Prototype was for vx_set_pipe_cmd_params() instead

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20260216060010.2784438-1-rdunlap@infradead.org
sound/drivers/vx/vx_cmd.h