diff mbox series

sound: usb: endpoint.c: fix repeated word 'there'

Message ID 20201005191244.23902-1-rdunlap@infradead.org (mailing list archive)
State Accepted
Commit 0569b3d8ae17c29f8e09db2ba683be3915fe8b47
Headers show
Series sound: usb: endpoint.c: fix repeated word 'there' | expand

Commit Message

Randy Dunlap Oct. 5, 2020, 7:12 p.m. UTC
Drop the duplicated word "there".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Takashi Iwai <tiwai@suse.com>
Cc: alsa-devel@alsa-project.org
---
 sound/usb/endpoint.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Takashi Iwai Oct. 6, 2020, 4:10 p.m. UTC | #1
On Mon, 05 Oct 2020 21:12:44 +0200,
Randy Dunlap wrote:
> 
> Drop the duplicated word "there".
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Jaroslav Kysela <perex@perex.cz>
> Cc: Takashi Iwai <tiwai@suse.com>
> Cc: alsa-devel@alsa-project.org

Thanks, applied.


Takashi
diff mbox series

Patch

--- lnx-59-rc8.orig/sound/usb/endpoint.c
+++ lnx-59-rc8/sound/usb/endpoint.c
@@ -318,7 +318,7 @@  static inline void prepare_inbound_urb(s
 
 /*
  * Send output urbs that have been prepared previously. URBs are dequeued
- * from ep->ready_playback_urbs and in case there there aren't any available
+ * from ep->ready_playback_urbs and in case there aren't any available
  * or there are no packets that have been prepared, this function does
  * nothing.
  *