diff options
author | Lee Jones <lee.jones@linaro.org> | 2020-07-15 16:00:09 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-07-16 23:51:46 +0100 |
commit | 1b58214113481616b74ee4d196e5b1cb683758ee (patch) | |
tree | 06baba023e90206b0e498a828a1b3d6e6f6c45f5 /sound/soc/fsl | |
parent | a3f6bf8e544ac5fbfe72a331343fb6264373d04d (diff) | |
download | linux-1b58214113481616b74ee4d196e5b1cb683758ee.tar.bz2 |
ASoC: fsl: fsl-asoc-card: Trivial: Fix misspelling of 'exists'
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Cc: Timur Tabi <timur@kernel.org>
Cc: Nicolin Chen <nicoleotsuka@gmail.com>
Cc: Xiubo Li <Xiubo.Lee@gmail.com>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: linuxppc-dev@lists.ozlabs.org
Link: https://lore.kernel.org/r/20200715150009.407442-1-lee.jones@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r-- | sound/soc/fsl/fsl-asoc-card.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl-asoc-card.c b/sound/soc/fsl/fsl-asoc-card.c index faac6ce9a82c..dbacdd25dfe7 100644 --- a/sound/soc/fsl/fsl-asoc-card.c +++ b/sound/soc/fsl/fsl-asoc-card.c @@ -92,7 +92,7 @@ struct fsl_asoc_card_priv { }; /* - * This dapm route map exits for DPCM link only. + * This dapm route map exists for DPCM link only. * The other routes shall go through Device Tree. * * Note: keep all ASRC routes in the second half |