aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
diff options
context:
space:
mode:
authorThomas Weber <weber@corscience.de>2010-09-20 16:30:54 +0200
committerJiri Kosina <jkosina@suse.cz>2010-09-21 17:05:44 +0200
commit6f0b31c31860a0be60663f76a305ca2d78e5e99f (patch)
tree0df4e2730a232effdcd5ad2b72c3ee551963a84f /drivers/char
parentFix various typos of valid in comments (diff)
downloadlinux-dev-6f0b31c31860a0be60663f76a305ca2d78e5e99f.tar.xz
linux-dev-6f0b31c31860a0be60663f76a305ca2d78e5e99f.zip
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>
Diffstat (limited to 'drivers/char')
-rw-r--r--drivers/char/stallion.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/stallion.c b/drivers/char/stallion.c
index f2167f8e5aab..d7d7d4f9e760 100644
--- a/drivers/char/stallion.c
+++ b/drivers/char/stallion.c
@@ -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.