Skip to content

Commit 65dd538

Browse files
author
josue-morfin
committed
change timeout_10_hh to timeout_lto10_hh on comment
1 parent dc87048 commit 65dd538

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/tape_drivers/hp_tape.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ struct _timeout_tape{
8787
int timeout; /**< SCSI timeout */
8888
};
8989

90-
/* Base timeout value for LTO */
90+
/* Base timeout value for LTO */
9191
static struct _timeout_tape timeout_lto[] = {
9292
{ CHANGE_DEFINITION, -1 },
9393
{ XCOPY, -1 },

src/tape_drivers/ibm_tape.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ DRIVE_DENSITY_SUPPORT_MAP jaguar_drive_density_strict[] = {
193193
};
194194

195195
DRIVE_DENSITY_SUPPORT_MAP lto_drive_density[] = {
196-
/* LTOA */
196+
/* LTO10 */
197197
{ DRIVE_GEN_LTO10, TC_MP_LTOP10D_CART, TC_DC_LTOP10, MEDIUM_PERFECT_MATCH},
198198
{ DRIVE_GEN_LTO10, TC_MP_LTO10D_CART, TC_DC_LTO10, MEDIUM_PERFECT_MATCH},
199199
{ DRIVE_GEN_LTO10, TC_MP_LTO10D_CART, TC_DC_UNKNOWN, MEDIUM_PERFECT_MATCH},
@@ -231,7 +231,7 @@ DRIVE_DENSITY_SUPPORT_MAP lto_drive_density[] = {
231231
};
232232

233233
DRIVE_DENSITY_SUPPORT_MAP lto_drive_density_strict[] = {
234-
/* LTOA */
234+
/* LTO10 */
235235
{ DRIVE_GEN_LTO10, TC_MP_LTOP10D_CART, TC_DC_LTOP10, MEDIUM_PERFECT_MATCH},
236236
{ DRIVE_GEN_LTO10, TC_MP_LTO10D_CART, TC_DC_LTO10, MEDIUM_PERFECT_MATCH},
237237
{ DRIVE_GEN_LTO10, TC_MP_LTO10D_CART, TC_DC_UNKNOWN, MEDIUM_PERFECT_MATCH},
@@ -1122,7 +1122,7 @@ char* ibm_tape_assume_cart_name(unsigned char type)
11221122
case TC_MP_LTO10D_CART:
11231123
name = "LA";
11241124
break;
1125-
case TC_MP_LTOP10D_CART:
1125+
case TC_MP_10D_CART:
11261126
name = "PA";
11271127
break;
11281128
case TC_MP_JB:

0 commit comments

Comments
 (0)