diff options
author | Takashi Iwai <tiwai@suse.de> | 2022-07-13 13:47:59 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2022-07-13 14:42:38 +0300 |
commit | 281dee6707a869e0f40cac81b6b65c703192aa9d (patch) | |
tree | a7b67be8f96781036ff3ac43c0b676ba4b3c67e0 /sound/core/vmaster.c | |
parent | 6eba99d4ce2487f2050b8787029cabfcfb748ee4 (diff) | |
download | linux-281dee6707a869e0f40cac81b6b65c703192aa9d.tar.xz |
ALSA: core: 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 the
remaining ALSA core API functions.
Link: https://lore.kernel.org/r/20220713104759.4365-8-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/vmaster.c')
-rw-r--r-- | sound/core/vmaster.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/core/vmaster.c b/sound/core/vmaster.c index ab36f9898711..d0f11f37889b 100644 --- a/sound/core/vmaster.c +++ b/sound/core/vmaster.c @@ -494,7 +494,8 @@ EXPORT_SYMBOL_GPL(snd_ctl_sync_vmaster); * @arg: optional function argument * * Apply the function @func to each follower kctl of the given vmaster kctl. - * Returns 0 if successful, or a negative error code. + * + * Return: 0 if successful, or a negative error code */ int snd_ctl_apply_vmaster_followers(struct snd_kcontrol *kctl, int (*func)(struct snd_kcontrol *vfollower, |