diff options
| author | Hemanth Selam <hemanth.selam@gmail.com> | 2026-09-15 14:14:23 +0530 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2026-09-15 12:07:43 +0200 |
| commit | 162c237ca2fc5a2619c7fc156941f681b9acf8dd (patch) | |
| tree | 57aff7fd89c41fecc3906b1994b5db4dd07d36c3 | |
| parent | 17e335c45b61069caaeeafe879554f743635eec2 (diff) | |
| download | linux-next-162c237ca2fc5a2619c7fc156941f681b9acf8dd.tar.gz linux-next-162c237ca2fc5a2619c7fc156941f681b9acf8dd.zip | |
ALSA: trident: 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-23-hemanth.selam@gmail.com
| -rw-r--r-- | sound/pci/trident/trident_memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/trident/trident_memory.c b/sound/pci/trident/trident_memory.c index 81f6348191dc..4ed0e7d68322 100644 --- a/sound/pci/trident/trident_memory.c +++ b/sound/pci/trident/trident_memory.c @@ -27,7 +27,7 @@ #if PAGE_SIZE == 4096 /* page size == SNDRV_TRIDENT_PAGE_SIZE */ #define ALIGN_PAGE_SIZE PAGE_SIZE /* minimum page size for allocation */ -#define MAX_ALIGN_PAGES SNDRV_TRIDENT_MAX_PAGES /* maxmium aligned pages */ +#define MAX_ALIGN_PAGES SNDRV_TRIDENT_MAX_PAGES /* maximum aligned pages */ /* fill TLB entrie(s) corresponding to page with ptr */ #define set_tlb_bus(trident,page,addr) __set_tlb_bus(trident,page,addr) /* fill TLB entrie(s) corresponding to page with silence pointer */ |
