[PATCH v2 12/23] ALSA: au88x0: fix typos in comments
From: Hemanth Selam
Date: Tue Sep 15 2026 - 04:59:20 EST
Correct spelling mistakes in comments. No functional change.
Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---
sound/pci/au88x0/au88x0.h | 2 +-
sound/pci/au88x0/au88x0_mpu401.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/pci/au88x0/au88x0.h b/sound/pci/au88x0/au88x0.h
index 6cbb2bc4a048..f97a0303da3e 100644
--- a/sound/pci/au88x0/au88x0.h
+++ b/sound/pci/au88x0/au88x0.h
@@ -28,7 +28,7 @@
/* Vortex MPU401 defines. */
#define MIDI_CLOCK_DIV 0x61
-/* Standart MPU401 defines. */
+/* Standard MPU401 defines. */
#define MPU401_RESET 0xff
#define MPU401_ENTER_UART 0x3f
#define MPU401_ACK 0xfe
diff --git a/sound/pci/au88x0/au88x0_mpu401.c b/sound/pci/au88x0/au88x0_mpu401.c
index 164f6b7039ab..dff4bf80ab96 100644
--- a/sound/pci/au88x0/au88x0_mpu401.c
+++ b/sound/pci/au88x0/au88x0_mpu401.c
@@ -22,7 +22,7 @@
/* Vortex MPU401 defines. */
#define MIDI_CLOCK_DIV 0x61
-/* Standart MPU401 defines. */
+/* Standard MPU401 defines. */
#define MPU401_RESET 0xff
#define MPU401_ENTER_UART 0x3f
#define MPU401_ACK 0xfe
--
2.48.1