]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Fix typo interrest[ing|ed] => interest[ing|ed]
authorThomas Weber <weber@corscience.de>
Mon, 20 Sep 2010 14:30:54 +0000 (16:30 +0200)
committerJiri Kosina <jkosina@suse.cz>
Tue, 21 Sep 2010 15:05:44 +0000 (17:05 +0200)
Fix typos with interrest*.

Signed-off-by: Thomas Weber <weber@corscience.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/char/stallion.c
drivers/net/wan/hdlc.c

index f2167f8e5aab631acbf56cd91338bdd60644942e..d7d7d4f9e76004e731ff51268cb12f7aa9e9398d 100644 (file)
@@ -3180,7 +3180,7 @@ static void stl_cd1400flush(struct stlport *portp)
 
 /*
  *     Return the current state of data flow on this port. This is only
- *     really interresting when determining if data has fully completed
+ *     really interesting when determining if data has fully completed
  *     transmission or not... This is easy for the cd1400, it accurately
  *     maintains the busy port flag.
  */
@@ -4130,7 +4130,7 @@ static void stl_sc26198flush(struct stlport *portp)
 
 /*
  *     Return the current state of data flow on this port. This is only
- *     really interresting when determining if data has fully completed
+ *     really interesting when determining if data has fully completed
  *     transmission or not... The sc26198 interrupt scheme cannot
  *     determine when all data has actually drained, so we need to
  *     check the port statusy register to be sure.
index 9937bbab938ddfa530d55cfc01539b2246bd8e77..5d4bb615ccce626677aac0e8d438c1ea6b455c0f 100644 (file)
@@ -109,7 +109,7 @@ static int hdlc_device_event(struct notifier_block *this, unsigned long event,
                return NOTIFY_DONE; /* not an HDLC device */
 
        if (event != NETDEV_CHANGE)
-               return NOTIFY_DONE; /* Only interrested in carrier changes */
+               return NOTIFY_DONE; /* Only interested in carrier changes */
 
        on = netif_carrier_ok(dev);