mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
ALSA: usb/6fire: fix repeated words in comments
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>
This commit is contained in:
parent
ccc86a0a02
commit
614b9febdc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user