Commit 1693e265 authored by Julia Lawall's avatar Julia Lawall Committed by Takashi Iwai

ALSA: ctxfi: fix typo in comment

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.
Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220521111145.81697-44-Julia.Lawall@inria.frSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent e9ff88c3
...@@ -1916,7 +1916,7 @@ static int hw_card_start(struct hw *hw) ...@@ -1916,7 +1916,7 @@ static int hw_card_start(struct hw *hw)
} }
/* Switch to X-Fi mode from UAA mode if neeeded */ /* Switch to X-Fi mode from UAA mode if needed */
if (hw->model == CTUAA) { if (hw->model == CTUAA) {
err = uaa_to_xfi(pci); err = uaa_to_xfi(pci);
if (err) if (err)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment