staging: greybus: loopback: fix a spelling error.
authorSteve Lemuel <wlemuel@hotmail.com>
Mon, 6 Jun 2022 09:57:45 +0000 (17:57 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 7 Jun 2022 11:04:42 +0000 (13:04 +0200)
asynchronus -> asynchronous

Signed-off-by: Steve Lemuel <wlemuel@hotmail.com>
Link: https://lore.kernel.org/r/SYBP282MB347864E247D2EC70BF46F9A3A0A29@SYBP282MB3478.AUSP282.PROD.OUTLOOK.COM
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/loopback.c

index 2471448ba42ab2550a1d8c3b12f577cc035dd9e0..1a61fce9805634f216e0887f31f8a9baa277ac08 100644 (file)
@@ -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 */