staging: Fix spelling of "asynchronous" in comments.
authorAdam Buchbinder <adam.buchbinder@gmail.com>
Thu, 20 Sep 2012 01:51:08 +0000 (21:51 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Sep 2012 15:56:41 +0000 (08:56 -0700)
"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>
drivers/staging/comedi/drivers/rtd520.c
drivers/staging/csr/sme_blocking.c
drivers/staging/telephony/ixj.c

index 58f5922..d0e4844 100644 (file)
@@ -964,7 +964,7 @@ static int rtd_ai_poll(struct comedi_device *dev, struct comedi_subdevice *s)
 /*
   cmdtest tests a particular command to see if it is valid.
   Using the cmdtest ioctl, a user can create a valid cmd
-  and then have it executed by the cmd ioctl (asyncronously).
+  and then have it executed by the cmd ioctl (asynchronously).
 
   cmdtest returns 1,2,3,4 or 0, depending on which tests
   the command passes.
index acf0f0f..543e8f2 100644 (file)
 
 
 /*
- * 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.
index b303c91..1cfa0b0 100644 (file)
@@ -7057,7 +7057,7 @@ static int ixj_selfprobe(IXJ *j)
                printk(KERN_INFO "Enable Line Monitor\n");
 
        if (ixjdebug & 0x0002)
-               printk(KERN_INFO "Set Line Monitor to Asyncronous Mode\n");
+               printk(KERN_INFO "Set Line Monitor to Asynchronous Mode\n");
 
        if (ixj_WriteDSPCommand(0x7E01, j))             /* Asynchronous Line Monitor */
                return -1;
@@ -7068,7 +7068,7 @@ static int ixj_selfprobe(IXJ *j)
        if (ixj_WriteDSPCommand(0x5151, j))             /* Enable DTMF detection */
                return -1;
 
-       if (ixj_WriteDSPCommand(0x6E01, j))             /* Set Asyncronous Tone Generation */
+       if (ixj_WriteDSPCommand(0x6E01, j))             /* Set Asynchronous Tone Generation */
                return -1;
 
        set_rec_depth(j, 2);    /* Set Record Channel Limit to 2 frames */