diff options
| author | Hemanth Selam <hemanth.selam@gmail.com> | 2026-09-15 14:14:20 +0530 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2026-09-15 12:07:42 +0200 |
| commit | 515b9e296462033cece3a7918ecfb89e96f492ed (patch) | |
| tree | 779c38f0bf5b72d52fa75890fadc40c40ffb7d38 | |
| parent | b86af3864b395ffc3484839408644a0bb614ee51 (diff) | |
| download | linux-next-515b9e296462033cece3a7918ecfb89e96f492ed.tar.gz linux-next-515b9e296462033cece3a7918ecfb89e96f492ed.zip | |
ALSA: riptide: fix typos in comments
Correct spelling mistakes in comments. No functional change.
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20260915084424.1007757-20-hemanth.selam@gmail.com
| -rw-r--r-- | sound/pci/riptide/riptide.c | 4 |
1 files 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; |
