]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: compress: Enable kernel doc markers for some functions
authorTakashi Iwai <tiwai@suse.de>
Wed, 13 Jul 2022 10:47:53 +0000 (12:47 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 13 Jul 2022 11:42:33 +0000 (13:42 +0200)
commit42f1236b9347afd214a5798c8b129fb947f1d28b
tree089fd5730349aad44b695af311fcfb7f3bbded73
parent4dc4eba6d64e8279f826596480d4c96d3c6393e7
ALSA: compress: Enable kernel doc markers for some functions

The exported functions snd_compress_new() and snd_compr_stop_error()
had already kernel-doc-style comments but they were not processed as
they weren't marked properly.  Let's enable them.

This patch also fixes the missing argument id for snd_compress_new
comments, too.

Reported-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Link: https://lore.kernel.org/r/3cd6b93b36b32ad6ae160931aaa00b20688e241a.1656759989.git.mchehab@kernel.org
Link: https://lore.kernel.org/r/20220713104759.4365-2-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/compress_offload.c