diff options
author | Uwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com> | 2009-01-12 17:35:48 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 09:21:57 -0400 |
commit | 3a070ad1449b1c068a2fac41285ae7548a623485 (patch) | |
tree | 66ca7211a609f1799f5e25eccd91123505458a1e | |
parent | 973c32bebf0cadf3a17c50255ff17477fcffaec8 (diff) |
trivial: fix typo "varaible" -> "variable"
This patch was created by
git grep -l '[vV]araible' | xargs -r -t perl -p -i -e 's/\b([Vv]ar)ai(bles?)\b/$1ia$2/g'
Signed-off-by: Uwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | drivers/input/mouse/gpio_mouse.c | 2 | ||||
-rw-r--r-- | drivers/net/skfp/h/hwmtm.h | 2 | ||||
-rw-r--r-- | drivers/net/wan/farsync.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/input/mouse/gpio_mouse.c b/drivers/input/mouse/gpio_mouse.c index 0db8d16c5edd..5e5eb88d8d1e 100644 --- a/drivers/input/mouse/gpio_mouse.c +++ b/drivers/input/mouse/gpio_mouse.c | |||
@@ -18,7 +18,7 @@ | |||
18 | 18 | ||
19 | /* | 19 | /* |
20 | * Timer function which is run every scan_ms ms when the device is opened. | 20 | * Timer function which is run every scan_ms ms when the device is opened. |
21 | * The dev input varaible is set to the the input_dev pointer. | 21 | * The dev input variable is set to the the input_dev pointer. |
22 | */ | 22 | */ |
23 | static void gpio_mouse_scan(struct input_polled_dev *dev) | 23 | static void gpio_mouse_scan(struct input_polled_dev *dev) |
24 | { | 24 | { |
diff --git a/drivers/net/skfp/h/hwmtm.h b/drivers/net/skfp/h/hwmtm.h index 1a606d4bfe5e..e1a7e5f683dc 100644 --- a/drivers/net/skfp/h/hwmtm.h +++ b/drivers/net/skfp/h/hwmtm.h | |||
@@ -145,7 +145,7 @@ struct hw_modul { | |||
145 | int leave_isr ; /* leave fddi_isr immedeately if set */ | 145 | int leave_isr ; /* leave fddi_isr immedeately if set */ |
146 | int isr_flag ; /* set, when HWM is entered from isr */ | 146 | int isr_flag ; /* set, when HWM is entered from isr */ |
147 | /* | 147 | /* |
148 | * varaibles for the current transmit frame | 148 | * variables for the current transmit frame |
149 | */ | 149 | */ |
150 | struct s_smt_tx_queue *tx_p ; /* pointer to the transmit queue */ | 150 | struct s_smt_tx_queue *tx_p ; /* pointer to the transmit queue */ |
151 | u_long tx_descr ; /* tx descriptor for FORMAC+ */ | 151 | u_long tx_descr ; /* tx descriptor for FORMAC+ */ |
diff --git a/drivers/net/wan/farsync.c b/drivers/net/wan/farsync.c index 00945f7c1e9b..25c9ef6a1815 100644 --- a/drivers/net/wan/farsync.c +++ b/drivers/net/wan/farsync.c | |||
@@ -69,7 +69,7 @@ MODULE_LICENSE("GPL"); | |||
69 | #endif | 69 | #endif |
70 | 70 | ||
71 | /* | 71 | /* |
72 | * Modules parameters and associated varaibles | 72 | * Modules parameters and associated variables |
73 | */ | 73 | */ |
74 | static int fst_txq_low = FST_LOW_WATER_MARK; | 74 | static int fst_txq_low = FST_LOW_WATER_MARK; |
75 | static int fst_txq_high = FST_HIGH_WATER_MARK; | 75 | static int fst_txq_high = FST_HIGH_WATER_MARK; |