tree-wide: fix typos "couter" -> "counter"
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 28 Oct 2009 19:11:04 +0000 (20:11 +0100)
committerJiri Kosina <jkosina@suse.cz>
Fri, 4 Dec 2009 14:39:51 +0000 (15:39 +0100)
This patch was generated by

git grep -E -i -l 'couter' | xargs -r perl -p -i -e 's/couter/counter/'

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/net/s2io.c
drivers/s390/block/dasd_proc.c
kernel/irq/spurious.c
sound/synth/emux/soundfont.c

index ddccf5fa56b63b998d2344e6e67cf6e7fd4977e4..075eedc7e768dd7c68e788fa1ee44b10fc9d1e00 100644 (file)
@@ -3238,7 +3238,7 @@ static u64 s2io_mdio_read(u32 mmd_type, u64 addr, struct net_device *dev)
 
 /**
  *  s2io_chk_xpak_counter - Function to check the status of the xpak counters
- *  @counter      : couter value to be updated
+ *  @counter      : counter value to be updated
  *  @flag         : flag to indicate the status
  *  @type         : counter type
  *  Description:
index 654daa3cdfda7bcb60ad0f51e4748c8ffdfd0da1..5f23eca8280429fe0f33b598fbceb1987d1467e9 100644 (file)
@@ -215,7 +215,7 @@ dasd_statistics_read(char *page, char **start, off_t off,
        }
 
        prof = &dasd_global_profile;
-       /* prevent couter 'overflow' on output */
+       /* prevent counter 'overflow' on output */
        for (factor = 1; (prof->dasd_io_reqs / factor) > 9999999;
             factor *= 10);
 
index 114e704760fe9a3db21d2c06aabd5ee868c0dc8d..abd4fb77f8ce204270167ecdde8476188f7c7871 100644 (file)
@@ -230,7 +230,7 @@ void note_interrupt(unsigned int irq, struct irq_desc *desc,
                /*
                 * If we are seeing only the odd spurious IRQ caused by
                 * bus asynchronicity then don't eventually trigger an error,
-                * otherwise the couter becomes a doomsday timer for otherwise
+                * otherwise the counter becomes a doomsday timer for otherwise
                 * working systems
                 */
                if (time_after(jiffies, desc->last_unhandled + HZ/10))
index 63c8f45c0c225ecbf35f1c2695e10c418fb509f9..67c91230c1977766d117ef9311f8be91708eec79 100644 (file)
@@ -374,7 +374,7 @@ sf_zone_new(struct snd_sf_list *sflist, struct snd_soundfont *sf)
 
 
 /*
- * increment sample couter
+ * increment sample counter
  */
 static void
 set_sample_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf,