Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ALSA: ctxfi: fix typo in comment

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220521111145.81697-44-Julia.Lawall@inria.fr
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Julia Lawall and committed by
Takashi Iwai
1693e265 e9ff88c3

+1 -1
+1 -1
sound/pci/ctxfi/cthw20k1.c
··· 1916 1916 1917 1917 } 1918 1918 1919 - /* Switch to X-Fi mode from UAA mode if neeeded */ 1919 + /* Switch to X-Fi mode from UAA mode if needed */ 1920 1920 if (hw->model == CTUAA) { 1921 1921 err = uaa_to_xfi(pci); 1922 1922 if (err)