Staging: comedi: trivial fix of a very frequent spelling mistake
authorDirk Hohndel <hohndel@infradead.org>
Tue, 29 Sep 2009 09:23:44 +0000 (11:23 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 20:21:51 +0000 (12:21 -0800)
something-bility is spelled as something-blity so a grep for 'blit'
would find these lines

this is so trivial that I didn't split it by subsystem / copy additional
maintainers - all changes are to comments The only purpose is to get
fewer false positives when grepping around the kernel sources.

Signed-off-by: Dirk Hohndel <hohndel@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
13 files changed:
drivers/staging/comedi/drivers/cb_das16_cs.c
drivers/staging/comedi/drivers/cb_pcidda.c
drivers/staging/comedi/drivers/dmm32at.c
drivers/staging/comedi/drivers/dt2814.c
drivers/staging/comedi/drivers/dt282x.c
drivers/staging/comedi/drivers/ni_atmio16d.c
drivers/staging/comedi/drivers/ni_mio_common.c
drivers/staging/comedi/drivers/ni_pcidio.c
drivers/staging/comedi/drivers/quatech_daqp_cs.c
drivers/staging/comedi/drivers/rtd520.c
drivers/staging/comedi/drivers/s626.c
drivers/staging/comedi/drivers/skel.c
drivers/staging/comedi/drivers/usbdux.c

index 39923cb388be5053c09a3e3b4e3ce28ffa72b51f..b47b3b1ba3501dea171409bd7fd5627f54060cb9 100644 (file)
@@ -372,7 +372,7 @@ static int das16cs_ai_cmdtest(struct comedi_device *dev,
 
        /* step 2: make sure trigger sources are unique and mutually compatible */
 
-       /* note that mutual compatiblity is not an issue here */
+       /* note that mutual compatibility is not an issue here */
        if (cmd->scan_begin_src != TRIG_TIMER &&
            cmd->scan_begin_src != TRIG_EXT)
                err++;
index 7a5d46ef1b77bb8ffc6aaa9bea5c3fddc06aba29..782357732eed8a85a3a93a8824d923c80e38f7a3 100644 (file)
@@ -497,7 +497,7 @@ static int cb_pcidda_ai_cmdtest(struct comedi_device *dev,
 
        /* step 2: make sure trigger sources are unique and mutually compatible */
 
-       /* note that mutual compatiblity is not an issue here */
+       /* note that mutual compatibility is not an issue here */
        if (cmd->scan_begin_src != TRIG_TIMER
            && cmd->scan_begin_src != TRIG_EXT)
                err++;
index aeec1ee9ad6bf7185fdda13f525e832ed90779ee..9db9a467c8f875e5678d64fa9d95e5fd7b63c90e 100644 (file)
@@ -629,7 +629,7 @@ static int dmm32at_ai_cmdtest(struct comedi_device *dev,
 
        /* step 2: make sure trigger sources are unique and mutually compatible */
 
-       /* note that mutual compatiblity is not an issue here */
+       /* note that mutual compatibility is not an issue here */
        if (cmd->scan_begin_src != TRIG_TIMER &&
            cmd->scan_begin_src != TRIG_EXT)
                err++;
index 0364bbf178e1a4d75ea575c6824beb779325c0e4..e1b73752f607be3fa296991db42be0ec8197c614 100644 (file)
@@ -175,7 +175,7 @@ static int dt2814_ai_cmdtest(struct comedi_device *dev,
 
        /* step 2: make sure trigger sources are unique and mutually compatible */
 
-       /* note that mutual compatiblity is not an issue here */
+       /* note that mutual compatibility is not an issue here */
        if (cmd->stop_src != TRIG_TIMER && cmd->stop_src != TRIG_EXT)
                err++;
 
index a4c96c02fa2bea82ff8f6c8198ff91dfaf5ee05c..99ca294b1ec560539961eae28d759d4ccab7f60a 100644 (file)
@@ -777,7 +777,7 @@ static int dt282x_ai_cmdtest(struct comedi_device *dev,
 
        /* step 2: make sure trigger sources are unique and mutually compatible */
 
-       /* note that mutual compatiblity is not an issue here */
+       /* note that mutual compatibility is not an issue here */
        if (cmd->scan_begin_src != TRIG_FOLLOW &&
            cmd->scan_begin_src != TRIG_EXT)
                err++;
@@ -1050,7 +1050,7 @@ static int dt282x_ao_cmdtest(struct comedi_device *dev,
 
        /* step 2: make sure trigger sources are unique and mutually compatible */
 
-       /* note that mutual compatiblity is not an issue here */
+       /* note that mutual compatibility is not an issue here */
        if (cmd->stop_src != TRIG_COUNT && cmd->stop_src != TRIG_NONE)
                err++;
 
index 3af879ab0e2f281304d4136c567e19f5aa0b2d1c..cf4f241f210a69109257cdd242563c36cf258d0b 100644 (file)
@@ -327,7 +327,7 @@ static int atmio16d_ai_cmdtest(struct comedi_device *dev,
                return 1;
 
        /* step 2: make sure trigger sources are unique & mutually compatible */
-       /* note that mutual compatiblity is not an issue here */
+       /* note that mutual compatibility is not an issue here */
        if (cmd->scan_begin_src != TRIG_FOLLOW &&
            cmd->scan_begin_src != TRIG_EXT &&
            cmd->scan_begin_src != TRIG_TIMER)
index 753ee05123425211c3c22d17ab15c9432ded7a2a..d6d49c3bbf1ce57ce12142a39e24d0d2929aedc8 100644 (file)
@@ -2207,7 +2207,7 @@ static int ni_ai_cmdtest(struct comedi_device *dev, struct comedi_subdevice *s,
 
        /* step 2: make sure trigger sources are unique and mutually compatible */
 
-       /* note that mutual compatiblity is not an issue here */
+       /* note that mutual compatibility is not an issue here */
        if (cmd->start_src != TRIG_NOW &&
            cmd->start_src != TRIG_INT && cmd->start_src != TRIG_EXT)
                err++;
index d544698f2414e2b5685fdd5ac7df950548582589..2d88a5be65ff773dbd4caf821d8bb21ccf6e93f3 100644 (file)
@@ -795,7 +795,7 @@ static int ni_pcidio_cmdtest(struct comedi_device *dev,
 
        /* step 2: make sure trigger sources are unique and mutually compatible */
 
-       /* note that mutual compatiblity is not an issue here */
+       /* note that mutual compatibility is not an issue here */
        if (cmd->start_src != TRIG_NOW && cmd->start_src != TRIG_INT)
                err++;
        if (cmd->scan_begin_src != TRIG_TIMER &&
index 5256fd9331629409b79aac5436c0cf25d32e1f81..3325f24448b599989d6bc258c0226fb088982145 100644 (file)
@@ -489,7 +489,7 @@ static int daqp_ai_cmdtest(struct comedi_device *dev,
 
        /* step 2: make sure trigger sources are unique and mutually compatible */
 
-       /* note that mutual compatiblity is not an issue here */
+       /* note that mutual compatibility is not an issue here */
        if (cmd->scan_begin_src != TRIG_TIMER &&
            cmd->scan_begin_src != TRIG_FOLLOW)
                err++;
index f35cce5971401fd13ee8ea4520325c93fb5adf2d..8626658e778c118ffa5b7d6589aba4be4ee7d02b 100644 (file)
@@ -1768,7 +1768,7 @@ static int rtd_ai_cmdtest(struct comedi_device *dev,
 
        /* step 2: make sure trigger sources are unique
           and mutually compatible */
-       /* note that mutual compatiblity is not an issue here */
+       /* note that mutual compatibility is not an issue here */
        if (cmd->scan_begin_src != TRIG_TIMER &&
            cmd->scan_begin_src != TRIG_EXT) {
                err++;
index 80d2787d10637d0ab2bf53600d615ba5ff3206dc..fdd7ab954d8c0dd9c440b94e8c281e1f95b8c81a 100644 (file)
@@ -1926,7 +1926,7 @@ static int s626_ai_cmdtest(struct comedi_device *dev,
        /* step 2: make sure trigger sources are unique and mutually
           compatible */
 
-       /* note that mutual compatiblity is not an issue here */
+       /* note that mutual compatibility is not an issue here */
        if (cmd->scan_begin_src != TRIG_TIMER &&
            cmd->scan_begin_src != TRIG_EXT
            && cmd->scan_begin_src != TRIG_FOLLOW)
index 3dee62aa2d7bb044a879e766ee976871ccfdba98..aba57d93dd3d7cbdf2c2fc718bb8514abb904d3c 100644 (file)
@@ -399,7 +399,7 @@ static int skel_ai_cmdtest(struct comedi_device *dev,
 
        /* step 2: make sure trigger sources are unique and mutually compatible */
 
-       /* note that mutual compatiblity is not an issue here */
+       /* note that mutual compatibility is not an issue here */
        if (cmd->scan_begin_src != TRIG_TIMER &&
            cmd->scan_begin_src != TRIG_EXT)
                err++;
index cca4e869f0ecf10868a17d7d7cf060f6b94b87df..cec028e0db1339661d08178579d6598a9c9134a3 100644 (file)
@@ -979,7 +979,7 @@ static int usbdux_ai_cmdtest(struct comedi_device *dev,
 
        /*
         * step 2: make sure trigger sources are unique and mutually compatible
-        * note that mutual compatiblity is not an issue here
+        * note that mutual compatibility is not an issue here
         */
        if (cmd->scan_begin_src != TRIG_FOLLOW &&
            cmd->scan_begin_src != TRIG_EXT &&
@@ -1557,7 +1557,7 @@ static int usbdux_ao_cmdtest(struct comedi_device *dev,
 
        /*
         * step 2: make sure trigger sources are unique and mutually compatible
-        * note that mutual compatiblity is not an issue here
+        * note that mutual compatibility is not an issue here
         */
        if (cmd->scan_begin_src != TRIG_FOLLOW &&
            cmd->scan_begin_src != TRIG_EXT &&