diff options
author | Xiubo Li <lixiubo@cmss.chinamobile.com> | 2015-08-12 14:38:18 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-08-12 13:36:58 +0100 |
commit | dcfcf2c2cd71906073beef32aadb1989e8996951 (patch) | |
tree | 62645c5ac4fb8b7c9afb067b976e0ee3837d6400 /sound/soc/fsl/eukrea-tlv320.c | |
parent | 0d69e0dddf5fe86675c56bc0f0520ffb0cbf1fcd (diff) | |
download | op-kernel-dev-dcfcf2c2cd71906073beef32aadb1989e8996951.zip op-kernel-dev-dcfcf2c2cd71906073beef32aadb1989e8996951.tar.gz |
ASoC: fsl: fix typos for sound/soc/fsl/*
There are too much noise about the typos for fsl's drivers. So I fix
all the typos here in this patch in almost every file I touched.
Signed-off-by: Xiubo Li <lixiubo@cmss.chinamobile.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl/eukrea-tlv320.c')
-rw-r--r-- | sound/soc/fsl/eukrea-tlv320.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/eukrea-tlv320.c b/sound/soc/fsl/eukrea-tlv320.c index e1aa3834..883087f 100644 --- a/sound/soc/fsl/eukrea-tlv320.c +++ b/sound/soc/fsl/eukrea-tlv320.c @@ -182,7 +182,7 @@ static int eukrea_tlv320_probe(struct platform_device *pdev) ); } else { if (np) { - /* The eukrea,asoc-tlv320 driver was explicitely + /* The eukrea,asoc-tlv320 driver was explicitly * requested (through the device tree). */ dev_err(&pdev->dev, |