diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2017-01-12 12:38:15 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-01-12 18:23:01 +0100 |
commit | 8abab35f9a58e15b1f90a1371da69a207e40fc3b (patch) | |
tree | 3826a22e2685995a3151620237f615a7f9407bd7 /sound/soc/soc-ac97.c | |
parent | Merge remote-tracking branches 'asoc/topic/wm9712', 'asoc/topic/wm9713' and '... (diff) | |
download | linux-8abab35f9a58e15b1f90a1371da69a207e40fc3b.tar.xz linux-8abab35f9a58e15b1f90a1371da69a207e40fc3b.zip |
ASoC: Fixup some small kernel-doc typos
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/soc-ac97.c')
-rw-r--r-- | sound/soc/soc-ac97.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-ac97.c b/sound/soc/soc-ac97.c index 6c8b0b0c56ec..36dae41f65fc 100644 --- a/sound/soc/soc-ac97.c +++ b/sound/soc/soc-ac97.c @@ -251,7 +251,7 @@ EXPORT_SYMBOL_GPL(snd_soc_new_ac97_codec); /** * snd_soc_free_ac97_codec - free AC97 codec device - * @codec: audio codec + * @ac97: snd_ac97 device to be freed * * Frees AC97 codec device resources. */ |