diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-01-04 16:03:48 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-01-04 16:03:48 +0000 |
commit | 78c388aed2b7184182c08428db1de6c872d815f5 (patch) | |
tree | 4b2003b1b4ceb241a17faa995da8dd1004bb8e45 /drivers/block/ide-tape.c | |
parent | eb7a5bf93aaa4be1d7c6181100ab7639e74d67f7 (diff) |
Merge with Linux 2.1.131 and more MIPS goodies.
(Did I mention that CVS is buggy ...)
Diffstat (limited to 'drivers/block/ide-tape.c')
-rw-r--r-- | drivers/block/ide-tape.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/ide-tape.c b/drivers/block/ide-tape.c index 61e084366..f99fe7d41 100644 --- a/drivers/block/ide-tape.c +++ b/drivers/block/ide-tape.c @@ -45,7 +45,7 @@ * flag, can be configured by issuing an ioctl to the block device interface, * as any other ide device. * - * Our own ide-tape ioctl's can can be issued to either the block device or + * Our own ide-tape ioctl's can be issued to either the block device or * the character device interface. * * Maximal throughput with minimal bus load will usually be achieved in the @@ -276,7 +276,7 @@ * loop which checks if the pipeline is empty, and if it is, we * increase the maximum number of stages as necessary until we * reach the optimum value which just manages to keep the tape - * busy with with minimum allocated memory or until we reach + * busy with minimum allocated memory or until we reach * IDETAPE_MAX_PIPELINE_STAGES. * * Concerning (2): |