aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Weber <weber@corscience.de>2010-09-20 10:30:54 -0400
committerJiri Kosina <jkosina@suse.cz>2010-09-21 11:05:44 -0400
commit6f0b31c31860a0be60663f76a305ca2d78e5e99f (patch)
tree0df4e2730a232effdcd5ad2b72c3ee551963a84f
parent817f2c842d6c38acfd58d20d29ba583ec467ae35 (diff)
Fix typo interrest[ing|ed] => interest[ing|ed]
Fix typos with interrest*. Signed-off-by: Thomas Weber <weber@corscience.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--drivers/char/stallion.c4
-rw-r--r--drivers/net/wan/hdlc.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/char/stallion.c b/drivers/char/stallion.c
index f2167f8e5aa..d7d7d4f9e76 100644
--- a/drivers/char/stallion.c
+++ b/drivers/char/stallion.c
@@ -3180,7 +3180,7 @@ static void stl_cd1400flush(struct stlport *portp)
3180 3180
3181/* 3181/*
3182 * Return the current state of data flow on this port. This is only 3182 * Return the current state of data flow on this port. This is only
3183 * really interresting when determining if data has fully completed 3183 * really interesting when determining if data has fully completed
3184 * transmission or not... This is easy for the cd1400, it accurately 3184 * transmission or not... This is easy for the cd1400, it accurately
3185 * maintains the busy port flag. 3185 * maintains the busy port flag.
3186 */ 3186 */
@@ -4130,7 +4130,7 @@ static void stl_sc26198flush(struct stlport *portp)
4130 4130
4131/* 4131/*
4132 * Return the current state of data flow on this port. This is only 4132 * Return the current state of data flow on this port. This is only
4133 * really interresting when determining if data has fully completed 4133 * really interesting when determining if data has fully completed
4134 * transmission or not... The sc26198 interrupt scheme cannot 4134 * transmission or not... The sc26198 interrupt scheme cannot
4135 * determine when all data has actually drained, so we need to 4135 * determine when all data has actually drained, so we need to
4136 * check the port statusy register to be sure. 4136 * check the port statusy register to be sure.
diff --git a/drivers/net/wan/hdlc.c b/drivers/net/wan/hdlc.c
index 9937bbab938..5d4bb615ccc 100644
--- a/drivers/net/wan/hdlc.c
+++ b/drivers/net/wan/hdlc.c
@@ -109,7 +109,7 @@ static int hdlc_device_event(struct notifier_block *this, unsigned long event,
109 return NOTIFY_DONE; /* not an HDLC device */ 109 return NOTIFY_DONE; /* not an HDLC device */
110 110
111 if (event != NETDEV_CHANGE) 111 if (event != NETDEV_CHANGE)
112 return NOTIFY_DONE; /* Only interrested in carrier changes */ 112 return NOTIFY_DONE; /* Only interested in carrier changes */
113 113
114 on = netif_carrier_ok(dev); 114 on = netif_carrier_ok(dev);
115 115