diff options
author | wangjianli <wangjianli@cdjrlc.com> | 2022-07-24 15:18:29 +0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2022-07-25 08:28:37 +0200 |
commit | 4e3b86509f9204f65842561ad8d37cf83c297550 (patch) | |
tree | 268ccc34aca7d9064da3b946a53c71b3abff5f15 | |
parent | 614b9febdc144c56b087dacc7c1268c25ef6d684 (diff) | |
download | linux-4e3b86509f9204f65842561ad8d37cf83c297550.tar.bz2 |
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>
-rw-r--r-- | sound/usb/hiface/pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/hiface/pcm.c b/sound/usb/hiface/pcm.c index 71f17f02f341..cf650fab54d7 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) { |