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-core.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-core.c')
-rw-r--r-- | sound/soc/soc-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index f1901bb1466e..24dc443ec019 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -979,7 +979,7 @@ EXPORT_SYMBOL_GPL(snd_soc_find_dai); * @card: soc card * @id: DAI link ID to match * @name: DAI link name to match, optional - * @stream name: DAI link stream name to match, optional + * @stream_name: DAI link stream name to match, optional * * This function will search all existing DAI links of the soc card to * find the link of the same ID. Since DAI links may not have their |