diff options
Diffstat (limited to 'drivers/char/stallion.c')
-rw-r--r-- | drivers/char/stallion.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/stallion.c b/drivers/char/stallion.c index 8ef16490810c..4bef6ab83622 100644 --- a/drivers/char/stallion.c +++ b/drivers/char/stallion.c | |||
@@ -3181,7 +3181,7 @@ static void stl_cd1400flush(struct stlport *portp) | |||
3181 | 3181 | ||
3182 | /* | 3182 | /* |
3183 | * Return the current state of data flow on this port. This is only | 3183 | * Return the current state of data flow on this port. This is only |
3184 | * really interresting when determining if data has fully completed | 3184 | * really interesting when determining if data has fully completed |
3185 | * transmission or not... This is easy for the cd1400, it accurately | 3185 | * transmission or not... This is easy for the cd1400, it accurately |
3186 | * maintains the busy port flag. | 3186 | * maintains the busy port flag. |
3187 | */ | 3187 | */ |
@@ -4131,7 +4131,7 @@ static void stl_sc26198flush(struct stlport *portp) | |||
4131 | 4131 | ||
4132 | /* | 4132 | /* |
4133 | * Return the current state of data flow on this port. This is only | 4133 | * Return the current state of data flow on this port. This is only |
4134 | * really interresting when determining if data has fully completed | 4134 | * really interesting when determining if data has fully completed |
4135 | * transmission or not... The sc26198 interrupt scheme cannot | 4135 | * transmission or not... The sc26198 interrupt scheme cannot |
4136 | * determine when all data has actually drained, so we need to | 4136 | * determine when all data has actually drained, so we need to |
4137 | * check the port statusy register to be sure. | 4137 | * check the port statusy register to be sure. |