projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b073eb
)
ALSA: cs5535audio: fix typo in comment
author
Julia Lawall
<Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:10:11 +0000
(13:10 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 23 May 2022 07:47:45 +0000
(09:47 +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-1-Julia.Lawall@inria.fr
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/cs5535audio/cs5535audio_pcm.c
patch
|
blob
|
history
diff --git
a/sound/pci/cs5535audio/cs5535audio_pcm.c
b/sound/pci/cs5535audio/cs5535audio_pcm.c
index 5ff10fec7b903a98e3a48d9766d0d8d7e0e7d783..0db24cc4d9167cc7d21d9eaac82659b09dadaee4 100644
(file)
--- a/
sound/pci/cs5535audio/cs5535audio_pcm.c
+++ b/
sound/pci/cs5535audio/cs5535audio_pcm.c
@@
-129,7
+129,7
@@
static int cs5535audio_build_dma_packets(struct cs5535audio *cs5535au,
return 0;
/* the u32 cast is okay because in snd*create we successfully told
- pci alloc that we're only 32 bit capable so the upp
p
er will be 0 */
+ pci alloc that we're only 32 bit capable so the upper will be 0 */
addr = (u32) substream->runtime->dma_addr;
desc_addr = (u32) dma->desc_buf.addr;
for (i = 0; i < periods; i++) {