aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/csr/sme_blocking.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/csr/sme_blocking.c')
-rw-r--r--drivers/staging/csr/sme_blocking.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/csr/sme_blocking.c b/drivers/staging/csr/sme_blocking.c
index acf0f0fe3b37..543e8f2c407a 100644
--- a/drivers/staging/csr/sme_blocking.c
+++ b/drivers/staging/csr/sme_blocking.c
@@ -18,10 +18,10 @@
/*
- * This file also contains the implementation of the asyncronous
+ * This file also contains the implementation of the asynchronous
* requests to the SME.
*
- * Before calling an asyncronous SME function, we call sme_init_request()
+ * Before calling an asynchronous SME function, we call sme_init_request()
* which gets hold of the SME semaphore and updates the request status.
* The semaphore makes sure that there is only one pending request to
* the SME at a time.