diff options
| author | Randy Dunlap <rdunlap@infradead.org> | 2026-02-16 09:00:10 +0300 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2026-04-17 10:48:20 +0300 |
| commit | 2866156e770c3c00aed96de9eab35cde0fd486cd (patch) | |
| tree | 1dd8dc7126bfeaf1fc53ef46b728a1fdab7526bf | |
| parent | 4f01559b5ec490b58e4a74cba36b43fe5f06f1ee (diff) | |
| download | linux-2866156e770c3c00aed96de9eab35cde0fd486cd.tar.xz | |
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
| -rw-r--r-- | sound/drivers/vx/vx_cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/drivers/vx/vx_cmd.h b/sound/drivers/vx/vx_cmd.h index c2a520274493..1fc70c98f041 100644 --- a/sound/drivers/vx/vx_cmd.h +++ b/sound/drivers/vx/vx_cmd.h @@ -199,7 +199,7 @@ struct vx_cmd_info { void vx_init_rmh(struct vx_rmh *rmh, unsigned int cmd); /** - * vx_send_pipe_cmd_params - fill first command word for pipe commands + * vx_set_pipe_cmd_params - fill first command word for pipe commands * @rmh: the rmh to be modified * @is_capture: 0 = playback, 1 = capture operation * @param1: first pipe-parameter |
