From: Randy Dunlap Date: Mon, 5 Oct 2020 19:12:44 +0000 (-0700) Subject: ALSA: usb-audio: endpoint.c: fix repeated word 'there' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0569b3d8ae17c29f8e09db2ba683be3915fe8b47;p=linux.git ALSA: usb-audio: endpoint.c: fix repeated word 'there' Drop the duplicated word "there". Signed-off-by: Randy Dunlap Cc: Jaroslav Kysela Cc: Takashi Iwai Cc: alsa-devel@alsa-project.org Link: https://lore.kernel.org/r/20201005191244.23902-1-rdunlap@infradead.org Signed-off-by: Takashi Iwai --- diff --git a/sound/usb/endpoint.c b/sound/usb/endpoint.c index 5fbc8dd2f409e..e2f9ce2f5b8b6 100644 --- a/sound/usb/endpoint.c +++ b/sound/usb/endpoint.c @@ -318,7 +318,7 @@ static inline void prepare_inbound_urb(struct snd_usb_endpoint *ep, /* * 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. *