diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2021-03-03 00:54:28 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-03-03 11:25:05 +0300 |
commit | 60fd71150391cf6be0276f3be1e71f7196547302 (patch) | |
tree | d0efadea80f02dea163456fc03f6a5c85a91ab90 /sound | |
parent | d49c3e711c2b79841bc5c5cf5b46144bb681e380 (diff) | |
download | linux-60fd71150391cf6be0276f3be1e71f7196547302.tar.xz |
ALSA: vx: fix kernel-doc warning
make W=1 warning:
sound/drivers/vx/vx_core.c:410: warning: expecting prototype for
snd_vx_boot_xilinx(). Prototype was for snd_vx_load_boot_image()
instead
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20210302215430.87309-2-pierre-louis.bossart@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/drivers/vx/vx_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/drivers/vx/vx_core.c b/sound/drivers/vx/vx_core.c index d5c65cab195b..a22e5b1a5458 100644 --- a/sound/drivers/vx/vx_core.c +++ b/sound/drivers/vx/vx_core.c @@ -402,7 +402,7 @@ int vx_send_rih(struct vx_core *chip, int cmd) #define END_OF_RESET_WAIT_TIME 500 /* us */ /** - * snd_vx_boot_xilinx - boot up the xilinx interface + * snd_vx_load_boot_image - boot up the xilinx interface * @chip: VX core instance * @boot: the boot record to load */ |