diff mbox series

usb/hiface: fix repeated words in comments

Message ID 20220724071829.11117-1-wangjianli@cdjrlc.com (mailing list archive)
State Accepted
Commit 4e3b86509f9204f65842561ad8d37cf83c297550
Headers show
Series usb/hiface: fix repeated words in comments | expand

Commit Message

wangjianli July 24, 2022, 7:18 a.m. UTC
Delete the redundant word 'in'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
 sound/usb/hiface/pcm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Takashi Iwai July 25, 2022, 6:29 a.m. UTC | #1
On Sun, 24 Jul 2022 09:18:29 +0200,
wangjianli wrote:
> 
>  Delete the redundant word 'in'.
> 
> Signed-off-by: wangjianli <wangjianli@cdjrlc.com>

Thanks, applied.


Takashi
diff mbox series

Patch

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) {