Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH] ASoC: atmel: Fix typo in comment
@ 2026-05-05 22:33 Md Shofiqul Islam
  2026-05-05 23:35 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Md Shofiqul Islam @ 2026-05-05 22:33 UTC (permalink / raw)
  To: linux-sound
  Cc: broonie, lgirdwood, claudiu.beznea, andrei.simion,
	Md Shofiqul Islam

Fix spelling mistake in comment:
 - occured -> occurred
---
 sound/soc/atmel/atmel-pcm-dma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/atmel/atmel-pcm-dma.c b/sound/soc/atmel/atmel-pcm-dma.c
index 7306e04da..e4b73ae3d 100644
--- a/sound/soc/atmel/atmel-pcm-dma.c
+++ b/sound/soc/atmel/atmel-pcm-dma.c
@@ -47,7 +47,7 @@ static const struct snd_pcm_hardware atmel_pcm_dma_hardware = {
  * atmel_pcm_dma_irq: SSC interrupt handler for DMAENGINE enabled SSC
  *
  * We use DMAENGINE to send/receive data to/from SSC so this ISR is only to
- * check if any overrun occured.
+ * check if any overrun occurred.
  */
 static void atmel_pcm_dma_irq(u32 ssc_sr,
 	struct snd_pcm_substream *substream)
-- 
2.51.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-05-05 23:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-05 22:33 [PATCH] ASoC: atmel: Fix typo in comment Md Shofiqul Islam
2026-05-05 23:35 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox