Skip to content

Commit

Permalink
ALSA: hiface: fix repeated words in comments
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
wangjianli authored and Takashi Iwai committed Jul 25, 2022
1 parent 614b9fe commit 4e3b865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/usb/hiface/pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 4e3b865

Please sign in to comment.