summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/BusLogic.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/BusLogic.c')
-rw-r--r--drivers/scsi/BusLogic.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/scsi/BusLogic.c b/drivers/scsi/BusLogic.c
index 8d66a6469e29..c7be7bb37209 100644
--- a/drivers/scsi/BusLogic.c
+++ b/drivers/scsi/BusLogic.c
@@ -3485,7 +3485,7 @@ static int blogic_show_info(struct seq_file *m, struct Scsi_Host *shost)
3485 seq_printf(m, "\n\ 3485 seq_printf(m, "\n\
3486Current Driver Queue Depth: %d\n\ 3486Current Driver Queue Depth: %d\n\
3487Currently Allocated CCBs: %d\n", adapter->drvr_qdepth, adapter->alloc_ccbs); 3487Currently Allocated CCBs: %d\n", adapter->drvr_qdepth, adapter->alloc_ccbs);
3488 seq_printf(m, "\n\n\ 3488 seq_puts(m, "\n\n\
3489 DATA TRANSFER STATISTICS\n\ 3489 DATA TRANSFER STATISTICS\n\
3490\n\ 3490\n\
3491Target Tagged Queuing Queue Depth Active Attempted Completed\n\ 3491Target Tagged Queuing Queue Depth Active Attempted Completed\n\
@@ -3500,7 +3500,7 @@ Target Tagged Queuing Queue Depth Active Attempted Completed\n\
3500 seq_printf(m, 3500 seq_printf(m,
3501 " %3d %3u %9u %9u\n", adapter->qdepth[tgt], adapter->active_cmds[tgt], tgt_stats[tgt].cmds_tried, tgt_stats[tgt].cmds_complete); 3501 " %3d %3u %9u %9u\n", adapter->qdepth[tgt], adapter->active_cmds[tgt], tgt_stats[tgt].cmds_tried, tgt_stats[tgt].cmds_complete);
3502 } 3502 }
3503 seq_printf(m, "\n\ 3503 seq_puts(m, "\n\
3504Target Read Commands Write Commands Total Bytes Read Total Bytes Written\n\ 3504Target Read Commands Write Commands Total Bytes Read Total Bytes Written\n\
3505====== ============= ============== =================== ===================\n"); 3505====== ============= ============== =================== ===================\n");
3506 for (tgt = 0; tgt < adapter->maxdev; tgt++) { 3506 for (tgt = 0; tgt < adapter->maxdev; tgt++) {
@@ -3517,7 +3517,7 @@ Target Read Commands Write Commands Total Bytes Read Total Bytes Written\
3517 else 3517 else
3518 seq_printf(m, " %9u\n", tgt_stats[tgt].byteswritten.units); 3518 seq_printf(m, " %9u\n", tgt_stats[tgt].byteswritten.units);
3519 } 3519 }
3520 seq_printf(m, "\n\ 3520 seq_puts(m, "\n\
3521Target Command 0-1KB 1-2KB 2-4KB 4-8KB 8-16KB\n\ 3521Target Command 0-1KB 1-2KB 2-4KB 4-8KB 8-16KB\n\
3522====== ======= ========= ========= ========= ========= =========\n"); 3522====== ======= ========= ========= ========= ========= =========\n");
3523 for (tgt = 0; tgt < adapter->maxdev; tgt++) { 3523 for (tgt = 0; tgt < adapter->maxdev; tgt++) {
@@ -3533,7 +3533,7 @@ Target Command 0-1KB 1-2KB 2-4KB 4-8KB 8-16KB\n\
3533 tgt_stats[tgt].write_sz_buckets[0], 3533 tgt_stats[tgt].write_sz_buckets[0],
3534 tgt_stats[tgt].write_sz_buckets[1], tgt_stats[tgt].write_sz_buckets[2], tgt_stats[tgt].write_sz_buckets[3], tgt_stats[tgt].write_sz_buckets[4]); 3534 tgt_stats[tgt].write_sz_buckets[1], tgt_stats[tgt].write_sz_buckets[2], tgt_stats[tgt].write_sz_buckets[3], tgt_stats[tgt].write_sz_buckets[4]);
3535 } 3535 }
3536 seq_printf(m, "\n\ 3536 seq_puts(m, "\n\
3537Target Command 16-32KB 32-64KB 64-128KB 128-256KB 256KB+\n\ 3537Target Command 16-32KB 32-64KB 64-128KB 128-256KB 256KB+\n\
3538====== ======= ========= ========= ========= ========= =========\n"); 3538====== ======= ========= ========= ========= ========= =========\n");
3539 for (tgt = 0; tgt < adapter->maxdev; tgt++) { 3539 for (tgt = 0; tgt < adapter->maxdev; tgt++) {
@@ -3549,7 +3549,7 @@ Target Command 16-32KB 32-64KB 64-128KB 128-256KB 256KB+\n\
3549 tgt_stats[tgt].write_sz_buckets[5], 3549 tgt_stats[tgt].write_sz_buckets[5],
3550 tgt_stats[tgt].write_sz_buckets[6], tgt_stats[tgt].write_sz_buckets[7], tgt_stats[tgt].write_sz_buckets[8], tgt_stats[tgt].write_sz_buckets[9]); 3550 tgt_stats[tgt].write_sz_buckets[6], tgt_stats[tgt].write_sz_buckets[7], tgt_stats[tgt].write_sz_buckets[8], tgt_stats[tgt].write_sz_buckets[9]);
3551 } 3551 }
3552 seq_printf(m, "\n\n\ 3552 seq_puts(m, "\n\n\
3553 ERROR RECOVERY STATISTICS\n\ 3553 ERROR RECOVERY STATISTICS\n\
3554\n\ 3554\n\
3555 Command Aborts Bus Device Resets Host Adapter Resets\n\ 3555 Command Aborts Bus Device Resets Host Adapter Resets\n\