ALSA: hiface: fix repeated words in comments

Delete the redundant word 'in'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
Link: https://lore.kernel.org/r/20220724071829.11117-1-wangjianli@cdjrlc.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
wangjianli 2022-07-24 15:18:29 +08:00 committed by Takashi Iwai
parent 614b9febdc
commit 4e3b86509f
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ static int hiface_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) {