]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/char/stallion.c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[net-next-2.6.git] / drivers / char / stallion.c
index 8ef16490810c6abb92e17022ebc42c9e6e5d1025..4bef6ab83622f5e0e71ed6532a7f4cca12397a1c 100644 (file)
@@ -3181,7 +3181,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.
  */
@@ -4131,7 +4131,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.