summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/fsl_ssi.c
diff options
context:
space:
mode:
authorXiubo Li2015-08-12 08:38:18 +0200
committerMark Brown2015-08-12 14:36:58 +0200
commitdcfcf2c2cd71906073beef32aadb1989e8996951 (patch)
tree62645c5ac4fb8b7c9afb067b976e0ee3837d6400 /sound/soc/fsl/fsl_ssi.c
parentASoC: fsl: Add dedicated DMA buffer size for each cpu dai (diff)
downloadkernel-qcow2-linux-dcfcf2c2cd71906073beef32aadb1989e8996951.tar.gz
kernel-qcow2-linux-dcfcf2c2cd71906073beef32aadb1989e8996951.tar.xz
kernel-qcow2-linux-dcfcf2c2cd71906073beef32aadb1989e8996951.zip
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/fsl_ssi.c')
-rw-r--r--sound/soc/fsl/fsl_ssi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c
index e122dab944f4..6a338b88239c 100644
--- a/sound/soc/fsl/fsl_ssi.c
+++ b/sound/soc/fsl/fsl_ssi.c
@@ -156,7 +156,7 @@ struct fsl_ssi_soc_data {
*
* @dbg_stats: Debugging statistics
*
- * @soc: SoC specifc data
+ * @soc: SoC specific data
*/
struct fsl_ssi_private {
struct regmap *regs;
@@ -1210,7 +1210,7 @@ static int fsl_ssi_imx_probe(struct platform_device *pdev,
}
}
- /* For those SLAVE implementations, we ingore non-baudclk cases
+ /* For those SLAVE implementations, we ignore non-baudclk cases
* and, instead, abandon MASTER mode that needs baud clock.
*/
ssi_private->baudclk = devm_clk_get(&pdev->dev, "baud");