Commit 6f0b31c3 authored by Thomas Weber's avatar Thomas Weber Committed by Jiri Kosina

Fix typo interrest[ing|ed] => interest[ing|ed]

Fix typos with interrest*.
Signed-off-by: default avatarThomas Weber <weber@corscience.de>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 817f2c84
...@@ -3180,7 +3180,7 @@ static void stl_cd1400flush(struct stlport *portp) ...@@ -3180,7 +3180,7 @@ static void stl_cd1400flush(struct stlport *portp)
/* /*
* Return the current state of data flow on this port. This is only * 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 * transmission or not... This is easy for the cd1400, it accurately
* maintains the busy port flag. * maintains the busy port flag.
*/ */
...@@ -4130,7 +4130,7 @@ static void stl_sc26198flush(struct stlport *portp) ...@@ -4130,7 +4130,7 @@ static void stl_sc26198flush(struct stlport *portp)
/* /*
* Return the current state of data flow on this port. This is only * 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 * transmission or not... The sc26198 interrupt scheme cannot
* determine when all data has actually drained, so we need to * determine when all data has actually drained, so we need to
* check the port statusy register to be sure. * check the port statusy register to be sure.
......
...@@ -109,7 +109,7 @@ static int hdlc_device_event(struct notifier_block *this, unsigned long event, ...@@ -109,7 +109,7 @@ static int hdlc_device_event(struct notifier_block *this, unsigned long event,
return NOTIFY_DONE; /* not an HDLC device */ return NOTIFY_DONE; /* not an HDLC device */
if (event != NETDEV_CHANGE) 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); on = netif_carrier_ok(dev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment