Commit 614b9feb authored by wangjianli's avatar wangjianli Committed by Takashi Iwai
Browse files

ALSA: usb/6fire: fix repeated words in comments

parent ccc86a0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@ static int usb6fire_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)