[PATCH] ASoC: wm8996: fix small typo

From: liush
Date: Thu Nov 01 2018 - 20:57:00 EST


atleast -> at least

Change-Id: Icc970b438166daef13518b7d1a62b13eb8752f5f
Signed-off-by: liush <liush@xxxxxxxxxxxxxxxxx>
---
sound/soc/codecs/wm8996.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/wm8996.c b/sound/soc/codecs/wm8996.c
index 8affa49..d039835 100644
--- a/sound/soc/codecs/wm8996.c
+++ b/sound/soc/codecs/wm8996.c
@@ -2109,7 +2109,7 @@ static int wm8996_set_fll(struct snd_soc_codec
*codec, int fll_id, int source,
if (i2c->irq)
timeout *= 10;
else
- /* ensure timeout of atleast 1 jiffies */
+ /* ensure timeout of at least 1 jiffies */
timeout = timeout/2 ? : 1;

for (retry = 0; retry < 10; retry++) {
--
1.9.1