diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2017-01-12 14:38:15 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-01-12 20:23:01 +0300 |
commit | 8abab35f9a58e15b1f90a1371da69a207e40fc3b (patch) | |
tree | 3826a22e2685995a3151620237f615a7f9407bd7 /sound/soc/soc-ac97.c | |
parent | a5de5b74a50113564a1e0850e2da96c37c35e55d (diff) | |
download | linux-8abab35f9a58e15b1f90a1371da69a207e40fc3b.tar.xz |
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. */ |