summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2013-08-21 07:45:47 +0000
committertrasz <trasz@FreeBSD.org>2013-08-21 07:45:47 +0000
commit16272df377fc658f2cc0b3a04a1e8ff5a9608f89 (patch)
tree2e3a42c8f96a91e95852c08ad88bed5515daf633 /sys/cam
parent06b56d3baba00044004820b75e2634ecb076ae8e (diff)
downloadFreeBSD-src-16272df377fc658f2cc0b3a04a1e8ff5a9608f89.zip
FreeBSD-src-16272df377fc658f2cc0b3a04a1e8ff5a9608f89.tar.gz
Fix the (unused for now) SCSI_PROTO_iSCSI define to match style(9).
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/scsi/scsi_all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_all.h b/sys/cam/scsi/scsi_all.h
index 72d9d15..3e24ae1 100644
--- a/sys/cam/scsi/scsi_all.h
+++ b/sys/cam/scsi/scsi_all.h
@@ -1288,7 +1288,7 @@ struct scsi_vpd_id_descriptor
#define SCSI_PROTO_SSA 0x02
#define SCSI_PROTO_1394 0x03
#define SCSI_PROTO_RDMA 0x04
-#define SCSI_PROTO_iSCSI 0x05
+#define SCSI_PROTO_ISCSI 0x05
#define SCSI_PROTO_SAS 0x06
#define SCSI_PROTO_ADT 0x07
#define SCSI_PROTO_ATA 0x08
OpenPOWER on IntegriCloud