[PATCH v2 13/23] ALSA: aw2: fix typos in comments

From: Hemanth Selam

Date: Tue Sep 15 2026 - 05:36:49 EST


Correct spelling mistakes in comments. No functional change.

Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---
sound/pci/aw2/aw2-saa7146.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/pci/aw2/aw2-saa7146.c b/sound/pci/aw2/aw2-saa7146.c
index c84f1a45194f..6857a0ec2924 100644
--- a/sound/pci/aw2/aw2-saa7146.c
+++ b/sound/pci/aw2/aw2-saa7146.c
@@ -147,7 +147,7 @@ void snd_aw2_saa7146_pcm_init_playback(struct snd_aw2_saa7146 *chip,
unsigned long dw_page, dw_limit;

/* Configure DMA for substream
- Configuration informations: ALSA has allocated continuous memory
+ Configuration information: ALSA has allocated continuous memory
pages. So we don't need to use MMU of saa7146.
*/

@@ -204,7 +204,7 @@ void snd_aw2_saa7146_pcm_init_capture(struct snd_aw2_saa7146 *chip,
unsigned long dw_page, dw_limit;

/* Configure DMA for substream
- Configuration informations: ALSA has allocated continuous memory
+ Configuration information: ALSA has allocated continuous memory
pages. So we don't need to use MMU of saa7146.
*/

--
2.48.1