提交 e9ff88c3 编写于 作者: J Julia Lawall 提交者: Takashi Iwai

ALSA: cs5535audio: fix typo in comment

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.
Signed-off-by: NJulia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220521111145.81697-1-Julia.Lawall@inria.frSigned-off-by: NTakashi Iwai <tiwai@suse.de>
上级 1b073ebb
...@@ -129,7 +129,7 @@ static int cs5535audio_build_dma_packets(struct cs5535audio *cs5535au, ...@@ -129,7 +129,7 @@ static int cs5535audio_build_dma_packets(struct cs5535audio *cs5535au,
return 0; return 0;
/* the u32 cast is okay because in snd*create we successfully told /* the u32 cast is okay because in snd*create we successfully told
pci alloc that we're only 32 bit capable so the uppper will be 0 */ pci alloc that we're only 32 bit capable so the upper will be 0 */
addr = (u32) substream->runtime->dma_addr; addr = (u32) substream->runtime->dma_addr;
desc_addr = (u32) dma->desc_buf.addr; desc_addr = (u32) dma->desc_buf.addr;
for (i = 0; i < periods; i++) { for (i = 0; i < periods; i++) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册