Commit e2b925ed authored by Steve Lemuel's avatar Steve Lemuel Committed by Greg Kroah-Hartman
Browse files

staging: greybus: loopback: fix a spelling error.

parent 5e9c7546
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -870,7 +870,7 @@ static int gb_loopback_fn(void *data)
		if (gb->send_count == gb->iteration_max) {
			mutex_unlock(&gb->mutex);

			/* Wait for synchronous and asynchronus completion */
			/* Wait for synchronous and asynchronous completion */
			gb_loopback_async_wait_all(gb);

			/* Mark complete unless user-space has poked us */