summaryrefslogtreecommitdiff
path: root/drivers/staging/csr
diff options
context:
space:
mode:
authorAdam Buchbinder <adam.buchbinder@gmail.com>2012-09-20 01:51:08 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-09-21 15:56:41 (GMT)
commitbff6c3e00ca7e56ca82e19ffb722159cf1216d20 (patch)
tree911a9ce150f4917113cf1c17ac499581e1886199 /drivers/staging/csr
parentf2635894e8e786d7c93a21f24efb690981d15842 (diff)
downloadlinux-bff6c3e00ca7e56ca82e19ffb722159cf1216d20.tar.xz
staging: Fix spelling of "asynchronous" in comments.
"Asychronous" is misspelled in some comments. No code changes. Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/csr')
-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 acf0f0f..543e8f2 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.