summaryrefslogtreecommitdiff
path: root/drivers/scsi
diff options
context:
space:
mode:
authorHenryk Dembkowski <Henryk.Dembkowski@intel.com>2011-02-12 19:50:07 (GMT)
committerDan Williams <dan.j.williams@intel.com>2011-07-03 07:36:31 (GMT)
commit2f02f556abd4411d4d348b3bd9ce4d21c316f447 (patch)
treeed384945b984521cb6d9e0efca38be695ee28a6d /drivers/scsi
parent7fbafaa51960cd2f2a7afa63829b4135c9682a75 (diff)
downloadlinux-fsl-qoriq-2f02f556abd4411d4d348b3bd9ce4d21c316f447.tar.xz
isci: coding style changes for remote device
Change names from upper to low letters Signed-off-by: Henryk Dembkowski <henryk.dembkowski@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r--drivers/scsi/isci/core/scic_sds_remote_device.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/scsi/isci/core/scic_sds_remote_device.h b/drivers/scsi/isci/core/scic_sds_remote_device.h
index 8aa0a5e..aed4eb6 100644
--- a/drivers/scsi/isci/core/scic_sds_remote_device.h
+++ b/drivers/scsi/isci/core/scic_sds_remote_device.h
@@ -75,12 +75,12 @@ struct scic_sds_request;
struct scic_sds_remote_device_state_handler;
/**
- * enum SCIC_SDS_SSP_REMOTE_DEVICE_READY_SUBSTATES -
+ * enum scic_sds_ssp_remote_device_ready_substates -
*
* This is the enumeration of the ready substates for the
* struct scic_sds_remote_device.
*/
-enum SCIC_SDS_SSP_REMOTE_DEVICE_READY_SUBSTATES {
+enum scic_sds_ssp_remote_device_ready_substates {
/**
* This is the initial state for the remote device ready substate.
*/
@@ -109,12 +109,12 @@ enum SCIC_SDS_SSP_REMOTE_DEVICE_READY_SUBSTATES {
};
/**
- * enum SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATES -
+ * enum scic_sds_stp_remote_device_ready_substates -
*
* This is the enumeration for the struct scic_sds_remote_device ready substates
* for the STP remote device.
*/
-enum SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATES {
+enum scic_sds_stp_remote_device_ready_substates {
/**
* This is the idle substate for the stp remote device. When there are no
* active IO for the device it is is in this state.
@@ -163,11 +163,11 @@ enum SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATES {
};
/**
- * enum SCIC_SDS_SMP_REMOTE_DEVICE_READY_SUBSTATES -
+ * enum scic_sds_smp_remote_device_ready_substates -
*
* This is the enumeration of the ready substates for the SMP REMOTE DEVICE.
*/
-enum SCIC_SDS_SMP_REMOTE_DEVICE_READY_SUBSTATES {
+enum scic_sds_smp_remote_device_ready_substates {
/**
* This is the ready operational substate for the remote device. This is the
* normal operational state for a remote device.