[PATCH v2 23/23] ALSA: vx: fix typos in comments
From: Hemanth Selam
Date: Tue Sep 15 2026 - 05:21:17 EST
Correct spelling mistakes in comments. No functional change.
Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---
sound/pci/vx222/vx222_ops.c | 2 +-
sound/pcmcia/vx/vxp_ops.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/pci/vx222/vx222_ops.c b/sound/pci/vx222/vx222_ops.c
index b6459dbdb1b0..40f3716c478f 100644
--- a/sound/pci/vx222/vx222_ops.c
+++ b/sound/pci/vx222/vx222_ops.c
@@ -431,7 +431,7 @@ static int vx2_load_dsp(struct vx_core *vx, int index, const struct firmware *ds
/*
* vx_test_and_ack - test and acknowledge interrupt
*
- * called from irq hander, too
+ * called from irq handler, too
*
* spinlock held!
*/
diff --git a/sound/pcmcia/vx/vxp_ops.c b/sound/pcmcia/vx/vxp_ops.c
index 4211e7239138..e52b61125629 100644
--- a/sound/pcmcia/vx/vxp_ops.c
+++ b/sound/pcmcia/vx/vxp_ops.c
@@ -265,7 +265,7 @@ static int vxp_load_dsp(struct vx_core *vx, int index, const struct firmware *fw
/*
* vx_test_and_ack - test and acknowledge interrupt
*
- * called from irq hander, too
+ * called from irq handler, too
*
* spinlock held!
*/
--
2.48.1