Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2013 07:45:47 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r254595 - head/sys/cam/scsi
Message-ID:  <201308210745.r7L7jlIZ058703@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308210745.r7L7jlIZ058703>