patch-1.3.87 linux/drivers/block/ide-tape.h
Next file: linux/drivers/block/ide.c
Previous file: linux/drivers/block/ide-tape.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Fri Apr 12 09:49:32 1996
- Orig file:
v1.3.86/linux/drivers/block/ide-tape.h
- Orig date:
Sat Mar 16 13:52:14 1996
diff -u --recursive --new-file v1.3.86/linux/drivers/block/ide-tape.h linux/drivers/block/ide-tape.h
@@ -97,7 +97,7 @@
#endif
/*
- * ide-tape currently uses two continous buffers, each of the size of
+ * ide-tape currently uses two continuous buffers, each of the size of
* one stage. By default, those buffers are allocated at initialization
* time and never released, since dynamic allocation of pages bigger
* than PAGE_SIZE may fail as memory becomes fragmented.
@@ -344,7 +344,7 @@
*/
typedef struct idetape_pipeline_stage_s {
- struct request rq; /* The correspoding request */
+ struct request rq; /* The corresponding request */
idetape_buffer_head_t *bh; /* The data buffers */
struct idetape_pipeline_stage_s *next,*prev; /* Pointers to the next and previous stages */
} idetape_pipeline_stage_t;
@@ -479,7 +479,7 @@
*/
struct request *active_data_request; /* Pointer to the request which is waiting in the device request queue */
- char *data_buffer; /* The correspoding data buffer (for read/write requests) */
+ char *data_buffer; /* The corresponding data buffer (for read/write requests) */
int data_buffer_size; /* Data buffer size (chosen based on the tape's recommendation */
char *merge_buffer; /* Temporary buffer for user <-> kernel space data transfer */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this