public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb/hiface: fix repeated words in comments
@ 2022-07-24  7:18 wangjianli
  2022-07-25  6:29 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: wangjianli @ 2022-07-24  7:18 UTC (permalink / raw)
  To: perex, tiwai; +Cc: linux-kernel, alsa-devel, wangjianli

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

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] usb/hiface: fix repeated words in comments
  2022-07-24  7:18 [PATCH] usb/hiface: fix repeated words in comments wangjianli
@ 2022-07-25  6:29 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2022-07-25  6:29 UTC (permalink / raw)
  To: wangjianli; +Cc: perex, tiwai, linux-kernel, alsa-devel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-25  6:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-24  7:18 [PATCH] usb/hiface: fix repeated words in comments wangjianli
2022-07-25  6:29 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox