diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-05-21 14:02:18 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.com> | 2015-08-07 13:58:30 +0200 |
commit | d8ffcf711c2d58ffb8d3aaa1c7e1d075f13be852 (patch) | |
tree | bac84984ac6772a992feee97f6b078fbdb85b4cd /sound/soc/fsl/fsl_esai.c | |
parent | 971bd8fa369a37b047c26e9a47d4c1f5d2dce4d3 (diff) |
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/soc/fsl/fsl_esai.c')
-rw-r--r-- | sound/soc/fsl/fsl_esai.c | 2 |
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; |