]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: memalloc: Fix missing return value comments for kernel docs
authorTakashi Iwai <tiwai@suse.de>
Wed, 13 Jul 2022 10:47:58 +0000 (12:47 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 13 Jul 2022 11:42:37 +0000 (13:42 +0200)
commita27d6769dbc6511985190300403b40a7ae4159ed
treefceb1a8ad7ca9d5e27928b6a4ef0ff8a90024cf6
parent67daa395c22ca242c10d7d5b90ed5f04163141c4
ALSA: memalloc: Fix missing return value comments for kernel docs

Each kernel doc comment expects the definition of the return value in
a proper format.  This patch adds or fixes the missing entries for
memory allocation helpers.

Link: https://lore.kernel.org/r/20220713104759.4365-7-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/memalloc.c