diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2012-09-19 21:51:08 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-21 08:56:41 -0700 |
commit | bff6c3e00ca7e56ca82e19ffb722159cf1216d20 (patch) | |
tree | 911a9ce150f4917113cf1c17ac499581e1886199 /drivers/staging/csr | |
parent | f2635894e8e786d7c93a21f24efb690981d15842 (diff) | |
download | lwn-bff6c3e00ca7e56ca82e19ffb722159cf1216d20.tar.gz lwn-bff6c3e00ca7e56ca82e19ffb722159cf1216d20.zip |
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.c | 4 |
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. |