projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccc86a0
)
ALSA: usb/6fire: fix repeated words in comments
author
wangjianli
<wangjianli@cdjrlc.com>
Sun, 24 Jul 2022 07:16:44 +0000
(15:16 +0800)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 25 Jul 2022 06:28:17 +0000
(08:28 +0200)
Delete the redundant word 'in'.
Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
Link:
https://lore.kernel.org/r/20220724071644.10630-1-wangjianli@cdjrlc.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/6fire/pcm.c
patch
|
blob
|
history
diff --git
a/sound/usb/6fire/pcm.c
b/sound/usb/6fire/pcm.c
index
7168f1c
..
32c39d8
100644
(file)
--- a/
sound/usb/6fire/pcm.c
+++ b/
sound/usb/6fire/pcm.c
@@
-175,7
+175,7
@@
static int usb6fire_pcm_stream_start(struct pcm_runtime *rt)
}
}
- /* wait for first out urb to return (sent in
in
urb handler) */
+ /* wait for first out urb to return (sent in urb handler) */
wait_event_timeout(rt->stream_wait_queue, rt->stream_wait_cond,
HZ);
if (rt->stream_wait_cond)