summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_all.c
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2013-06-26 09:56:33 +0000
committermav <mav@FreeBSD.org>2013-06-26 09:56:33 +0000
commitc40fd84134196d2bbd5065a86b852c8d3e984165 (patch)
treee4cf35b7232e9e3e57345b5184ea8043d1158365 /sys/cam/scsi/scsi_all.c
parent887f5e4632de3d0e792318ac627a99d9374a0d37 (diff)
downloadFreeBSD-src-c40fd84134196d2bbd5065a86b852c8d3e984165.zip
FreeBSD-src-c40fd84134196d2bbd5065a86b852c8d3e984165.tar.gz
Fix some UTF-8 chars slipped into r252204 via copy/paste.
Diffstat (limited to 'sys/cam/scsi/scsi_all.c')
-rw-r--r--sys/cam/scsi/scsi_all.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c
index e48cb85..40c3ef0 100644
--- a/sys/cam/scsi/scsi_all.c
+++ b/sys/cam/scsi/scsi_all.c
@@ -796,9 +796,9 @@ static struct asc_table_entry seagate_entries[] = {
{ SST(0x0B, 0x8C, SS_RDEF,
"12V Voltage Warning") },
{ SST(0x0C, 0xFF, SS_RDEF,
- "Write Error – Too many error recovery revs") },
+ "Write Error - Too many error recovery revs") },
{ SST(0x11, 0xFF, SS_RDEF,
- "Unrecovered Read Error – Too many error recovery revs") },
+ "Unrecovered Read Error - Too many error recovery revs") },
{ SST(0x19, 0x0E, SS_RDEF,
"Fewer than 1/2 defect list copies") },
{ SST(0x20, 0xF3, SS_RDEF,
@@ -812,15 +812,15 @@ static struct asc_table_entry seagate_entries[] = {
{ SST(0x24, 0xF3, SS_RDEF,
"Drive formatted without plist") },
{ SST(0x26, 0x95, SS_RDEF,
- "Invalid Field Parameter – CAP File") },
+ "Invalid Field Parameter - CAP File") },
{ SST(0x26, 0x96, SS_RDEF,
- "Invalid Field Parameter – RAP File") },
+ "Invalid Field Parameter - RAP File") },
{ SST(0x26, 0x97, SS_RDEF,
- "Invalid Field Parameter – TMS Firmware Tag") },
+ "Invalid Field Parameter - TMS Firmware Tag") },
{ SST(0x26, 0x98, SS_RDEF,
- "Invalid Field Parameter – Check Sum") },
+ "Invalid Field Parameter - Check Sum") },
{ SST(0x26, 0x99, SS_RDEF,
- "Invalid Field Parameter – Firmware Tag") },
+ "Invalid Field Parameter - Firmware Tag") },
{ SST(0x29, 0x08, SS_RDEF,
"Write Log Dump data") },
{ SST(0x29, 0x09, SS_RDEF,
@@ -834,7 +834,7 @@ static struct asc_table_entry seagate_entries[] = {
{ SST(0x31, 0x91, SS_RDEF,
"Format Corrupted World Wide Name (WWN) is Invalid") },
{ SST(0x32, 0x03, SS_RDEF,
- "Defect List – Length exceeds Command Allocated Length") },
+ "Defect List - Length exceeds Command Allocated Length") },
{ SST(0x33, 0x00, SS_RDEF,
"Flash not ready for access") },
{ SST(0x3F, 0x70, SS_RDEF,
OpenPOWER on IntegriCloud