aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2015-05-21 14:02:18 +0200
committerJiri Kosina <jkosina@suse.com>2015-08-07 13:58:30 +0200
commitd8ffcf711c2d58ffb8d3aaa1c7e1d075f13be852 (patch)
treebac84984ac6772a992feee97f6b078fbdb85b4cd /sound
parenttreewide: Fix typo in printk (diff)
downloadlinux-dev-d8ffcf711c2d58ffb8d3aaa1c7e1d075f13be852.tar.xz
linux-dev-d8ffcf711c2d58ffb8d3aaa1c7e1d075f13be852.zip
ASoC: fsl_esai: Spelling s/specifially/specifically/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Nicolin Chen <nicoleotsuka@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/fsl/fsl_esai.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_esai.c b/sound/soc/fsl/fsl_esai.c
index 5c7597191e3f..45eee131c47d 100644
--- a/sound/soc/fsl/fsl_esai.c
+++ b/sound/soc/fsl/fsl_esai.c
@@ -517,7 +517,7 @@ static int fsl_esai_hw_params(struct snd_pcm_substream *substream,
u32 bclk, mask, val;
int ret;
- /* Override slot_width if being specifially set */
+ /* Override slot_width if being specifically set */
if (esai_priv->slot_width)
slot_width = esai_priv->slot_width;