]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ALSA: ctxfi: fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:10:54 +0000 (13:10 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 23 May 2022 07:48:29 +0000 (09:48 +0200)
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>
sound/pci/ctxfi/cthw20k1.c

index 0cea4982ed7dcc5aa9b49ed79a364bf789b2e1c4..9edbf5d8c3c70c4a2aaa6ffc3c7cc6a61c1321bb 100644 (file)
@@ -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)