diff options
author | shaomin Deng <dengshaomin@cdjrlc.com> | 2022-07-21 18:05:28 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2022-07-22 10:40:34 +0300 |
commit | 48d8bd769fb7e2272beb92a75518d4d6f98b4ccc (patch) | |
tree | f9f23eb05b5548961dc6e899cff8c72afbaccf74 | |
parent | 53f07e9b010b966017e32be1ca1bbcbcc4cee73d (diff) | |
download | linux-48d8bd769fb7e2272beb92a75518d4d6f98b4ccc.tar.xz |
ALSA: emu10k1: Fix typo in comments
Remove the rebundant word "in" in comments.
Signed-off-by: shaomin Deng <dengshaomin@cdjrlc.com>
Link: https://lore.kernel.org/r/20220721150528.22099-1-dengshaomin@cdjrlc.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/emu10k1/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/emu10k1/memory.c b/sound/pci/emu10k1/memory.c index 9d26535f3fa3..edb3f1763719 100644 --- a/sound/pci/emu10k1/memory.c +++ b/sound/pci/emu10k1/memory.c @@ -324,7 +324,7 @@ snd_emu10k1_alloc_pages(struct snd_emu10k1 *emu, struct snd_pcm_substream *subst return NULL; } /* fill buffer addresses but pointers are not stored so that - * snd_free_pci_page() is not called in in synth_free() + * snd_free_pci_page() is not called in synth_free() */ idx = 0; for (page = blk->first_page; page <= blk->last_page; page++, idx++) { |