[PATCH v2 19/23] ALSA: riptide: fix typos in comments

From: Hemanth Selam

Date: Tue Sep 15 2026 - 05:47:25 EST


Correct spelling mistakes in comments. No functional change.

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

diff --git a/sound/pci/riptide/riptide.c b/sound/pci/riptide/riptide.c
index 99c00e46ce23..697fece744e7 100644
--- a/sound/pci/riptide/riptide.c
+++ b/sound/pci/riptide/riptide.c
@@ -264,7 +264,7 @@ MODULE_PARM_DESC(opl3_port, "OPL3 port # for Riptide driver.");
#define SEND_SI2S(p,b) sendcmd(p,PARM,SI2S,WORD2(b),RET(0))

#define EOB_STATUS 0x80000000 /* status flags : block boundary */
-#define EOS_STATUS 0x40000000 /* : stoppped */
+#define EOS_STATUS 0x40000000 /* : stopped */
#define EOC_STATUS 0x20000000 /* : stream end */
#define ERR_STATUS 0x10000000
#define EMPTY_STATUS 0x08000000
@@ -453,7 +453,7 @@ struct snd_riptide {
int in_suspend;
};

-struct sgd { /* scatter gather desriptor */
+struct sgd { /* scatter gather descriptor */
__le32 dwNextLink;
__le32 dwSegPtrPhys;
__le32 dwSegLen;
--
2.48.1