aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb
diff options
context:
space:
mode:
authorwangjianli <wangjianli@cdjrlc.com>2022-07-24 15:18:29 +0800
committerTakashi Iwai <tiwai@suse.de>2022-07-25 08:28:37 +0200
commit4e3b86509f9204f65842561ad8d37cf83c297550 (patch)
tree268ccc34aca7d9064da3b946a53c71b3abff5f15 /sound/usb
parent614b9febdc144c56b087dacc7c1268c25ef6d684 (diff)
downloadlinux-4e3b86509f9204f65842561ad8d37cf83c297550.tar.gz
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>
Diffstat (limited to 'sound/usb')
-rw-r--r--sound/usb/hiface/pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/hiface/pcm.c b/sound/usb/hiface/pcm.c
index 71f17f02f3418..cf650fab54d7e 100644
--- a/sound/usb/hiface/pcm.c
+++ b/sound/usb/hiface/pcm.c
@@ -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) {