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-ops.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-ops.c')
-rw-r--r-- | sound/soc/soc-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-ops.c b/sound/soc/soc-ops.c index 9fc1a7bb8b95..500f98c730b9 100644 --- a/sound/soc/soc-ops.c +++ b/sound/soc/soc-ops.c @@ -120,7 +120,7 @@ int snd_soc_put_enum_double(struct snd_kcontrol *kcontrol, EXPORT_SYMBOL_GPL(snd_soc_put_enum_double); /** - * snd_soc_read_signed - Read a codec register and interprete as signed value + * snd_soc_read_signed - Read a codec register and interpret as signed value * @component: component * @reg: Register to read * @mask: Mask to use after shifting the register value |