projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9ff88c
)
ALSA: ctxfi: fix typo in comment
author
Julia Lawall
<Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:10:54 +0000
(13:10 +0200)
committer
Takashi 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
patch
|
blob
|
history
diff --git
a/sound/pci/ctxfi/cthw20k1.c
b/sound/pci/ctxfi/cthw20k1.c
index 0cea4982ed7dcc5aa9b49ed79a364bf789b2e1c4..9edbf5d8c3c70c4a2aaa6ffc3c7cc6a61c1321bb 100644
(file)
--- a/
sound/pci/ctxfi/cthw20k1.c
+++ b/
sound/pci/ctxfi/cthw20k1.c
@@
-1916,7
+1916,7
@@
static int hw_card_start(struct hw *hw)
}
- /* Switch to X-Fi mode from UAA mode if nee
e
ded */
+ /* Switch to X-Fi mode from UAA mode if needed */
if (hw->model == CTUAA) {
err = uaa_to_xfi(pci);
if (err)