diff mbox series

ASoC: wm_adsp: Fix typo in comment

Message ID 20190327152451.2870-1-ckeepax@opensource.cirrus.com (mailing list archive)
State Accepted
Commit 809589a94dcce27cb5f2081280d1155c71ae45f7
Headers show
Series ASoC: wm_adsp: Fix typo in comment | expand

Commit Message

Charles Keepax March 27, 2019, 3:24 p.m. UTC
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
---
 sound/soc/codecs/wm_adsp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c
index 5e615fbddf9a7..0aa62b26f61cc 100644
--- a/sound/soc/codecs/wm_adsp.c
+++ b/sound/soc/codecs/wm_adsp.c
@@ -3263,7 +3263,7 @@  static void wm_halo_stop_core(struct wm_adsp *dsp)
 	regmap_update_bits(dsp->regmap, dsp->base + HALO_CCM_CORE_CONTROL,
 			   HALO_CORE_EN, 0);
 
-	/* reset halo core with CORE_SOFT_REEST */
+	/* reset halo core with CORE_SOFT_RESET */
 	regmap_update_bits(dsp->regmap, dsp->base + HALO_CORE_SOFT_RESET,
 			   HALO_CORE_SOFT_RESET_MASK, 1);
 }