]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: ac97: bus: Fix the mistake in the comment
authorPei Xiao <xiaopei01@kylinos.cn>
Wed, 20 Nov 2024 06:30:19 +0000 (14:30 +0800)
committerTakashi Iwai <tiwai@suse.de>
Wed, 20 Nov 2024 11:42:01 +0000 (12:42 +0100)
commit0e84b414ca3778fd9308df52241a3617d82c20d2
treeff7d0b6b24b83dd9029bd964c166b14c88087b0b
parente3f8064d8b29036f037fd1ff6000e5d959d84843
ALSA: ac97: bus: Fix the mistake in the comment

Fix mistake in the comment.
sound/ac97/bus.c:192: warning: Function parameter or member 'drv' not described in 'snd_ac97_codec_driver_register'
sound/ac97/bus.c:192: warning: Excess function parameter 'dev' description in 'snd_ac97_codec_driver_register'
sound/ac97/bus.c:205: warning: Function parameter or member 'drv' not described in 'snd_ac97_codec_driver_unregister'
sound/ac97/bus.c:205: warning: Excess function parameter 'dev' description in 'snd_ac97_codec_driver_unregister'
sound/ac97/bus.c:351: warning: Function parameter or member 'codecs_pdata' not described in 'snd_ac97_controller_register'

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202411180804.FUfdymYO-lkp@intel.com/
Fixes: 74426fbff66e ("ALSA: ac97: add an ac97 bus")
Signed-off-by: Pei Xiao <xiaopei01@kylinos.cn>
Link: https://patch.msgid.link/3990bfc8cd47637908eaa179802c1d91459d829b.1732083924.git.xiaopei01@kylinos.cn
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/ac97/bus.c