Author: trasz Date: Wed Aug 21 07:45:47 2013 New Revision: 254595 URL: http://svnweb.freebsd.org/changeset/base/254595
Log: Fix the (unused for now) SCSI_PROTO_iSCSI define to match style(9). Modified: head/sys/cam/scsi/scsi_all.h Modified: head/sys/cam/scsi/scsi_all.h ============================================================================== --- head/sys/cam/scsi/scsi_all.h Wed Aug 21 06:32:32 2013 (r254594) +++ head/sys/cam/scsi/scsi_all.h Wed Aug 21 07:45:47 2013 (r254595) @@ -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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"