Commit 614b9feb authored by wangjianli's avatar wangjianli Committed by Takashi Iwai

ALSA: usb/6fire: fix repeated words in comments

Delete the redundant word 'in'.
Signed-off-by: default avatarwangjianli <wangjianli@cdjrlc.com>
Link: https://lore.kernel.org/r/20220724071644.10630-1-wangjianli@cdjrlc.comSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent ccc86a0a
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment