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

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.fr


Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent e9ff88c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {
		err = uaa_to_xfi(pci);
		if (err)