OSDN Git Service

ASoC: amd: acp: fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:11:29 +0000 (13:11 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 6 Jun 2022 11:38:31 +0000 (12:38 +0100)
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220521111145.81697-79-Julia.Lawall@inria.fr
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/acp/acp-pdm.c

index 424c6e0..7a0b26a 100644 (file)
@@ -174,7 +174,7 @@ static void acp_dmic_dai_shutdown(struct snd_pcm_substream *substream,
        struct acp_dev_data *adata = dev_get_drvdata(dev);
        u32 ext_int_ctrl;
 
-       /* Disable DMIC interrrupts */
+       /* Disable DMIC interrupts */
        ext_int_ctrl = readl(adata->acp_base + ACP_EXTERNAL_INTR_CNTL);
        ext_int_ctrl |= ~PDM_DMA_INTR_MASK;
        writel(ext_int_ctrl, adata->acp_base + ACP_EXTERNAL_INTR_CNTL);