summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
diff options
context:
space:
mode:
authorSteve Lemuel <wlemuel@hotmail.com>2022-06-06 17:57:45 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-06-07 13:04:42 +0200
commite2b925edc55aa79d2c72889de1d7edd11e1c06f3 (patch)
treeaa1238fefbde49743c0761c196c680c3ff40244c /drivers/staging/greybus
parent5e9c7546b2be9ac4d0881e23c2c30371f8d92cd9 (diff)
downloadlinux-stable-e2b925edc55aa79d2c72889de1d7edd11e1c06f3.tar.gz
linux-stable-e2b925edc55aa79d2c72889de1d7edd11e1c06f3.tar.bz2
linux-stable-e2b925edc55aa79d2c72889de1d7edd11e1c06f3.zip
staging: greybus: loopback: fix a spelling error.
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>
Diffstat (limited to 'drivers/staging/greybus')
-rw-r--r--drivers/staging/greybus/loopback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/loopback.c b/drivers/staging/greybus/loopback.c
index 2471448ba42a..1a61fce98056 100644
--- a/drivers/staging/greybus/loopback.c
+++ b/drivers/staging/greybus/loopback.c
@@ -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 */