diff options
author | Henryk Dembkowski <Henryk.Dembkowski@intel.com> | 2011-02-12 14:50:07 -0500 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 03:36:31 -0400 |
commit | 2f02f556abd4411d4d348b3bd9ce4d21c316f447 (patch) | |
tree | ed384945b984521cb6d9e0efca38be695ee28a6d /drivers | |
parent | 7fbafaa51960cd2f2a7afa63829b4135c9682a75 (diff) |
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')
-rw-r--r-- | drivers/scsi/isci/core/scic_sds_remote_device.h | 12 |
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 8aa0a5e4d72e..aed4eb640c26 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; | |||
75 | struct scic_sds_remote_device_state_handler; | 75 | struct scic_sds_remote_device_state_handler; |
76 | 76 | ||
77 | /** | 77 | /** |
78 | * enum SCIC_SDS_SSP_REMOTE_DEVICE_READY_SUBSTATES - | 78 | * enum scic_sds_ssp_remote_device_ready_substates - |
79 | * | 79 | * |
80 | * This is the enumeration of the ready substates for the | 80 | * This is the enumeration of the ready substates for the |
81 | * struct scic_sds_remote_device. | 81 | * struct scic_sds_remote_device. |
82 | */ | 82 | */ |
83 | enum SCIC_SDS_SSP_REMOTE_DEVICE_READY_SUBSTATES { | 83 | enum scic_sds_ssp_remote_device_ready_substates { |
84 | /** | 84 | /** |
85 | * This is the initial state for the remote device ready substate. | 85 | * This is the initial state for the remote device ready substate. |
86 | */ | 86 | */ |
@@ -109,12 +109,12 @@ enum SCIC_SDS_SSP_REMOTE_DEVICE_READY_SUBSTATES { | |||
109 | }; | 109 | }; |
110 | 110 | ||
111 | /** | 111 | /** |
112 | * enum SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATES - | 112 | * enum scic_sds_stp_remote_device_ready_substates - |
113 | * | 113 | * |
114 | * This is the enumeration for the struct scic_sds_remote_device ready substates | 114 | * This is the enumeration for the struct scic_sds_remote_device ready substates |
115 | * for the STP remote device. | 115 | * for the STP remote device. |
116 | */ | 116 | */ |
117 | enum SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATES { | 117 | enum scic_sds_stp_remote_device_ready_substates { |
118 | /** | 118 | /** |
119 | * This is the idle substate for the stp remote device. When there are no | 119 | * This is the idle substate for the stp remote device. When there are no |
120 | * active IO for the device it is is in this state. | 120 | * active IO for the device it is is in this state. |
@@ -163,11 +163,11 @@ enum SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATES { | |||
163 | }; | 163 | }; |
164 | 164 | ||
165 | /** | 165 | /** |
166 | * enum SCIC_SDS_SMP_REMOTE_DEVICE_READY_SUBSTATES - | 166 | * enum scic_sds_smp_remote_device_ready_substates - |
167 | * | 167 | * |
168 | * This is the enumeration of the ready substates for the SMP REMOTE DEVICE. | 168 | * This is the enumeration of the ready substates for the SMP REMOTE DEVICE. |
169 | */ | 169 | */ |
170 | enum SCIC_SDS_SMP_REMOTE_DEVICE_READY_SUBSTATES { | 170 | enum scic_sds_smp_remote_device_ready_substates { |
171 | /** | 171 | /** |
172 | * This is the ready operational substate for the remote device. This is the | 172 | * This is the ready operational substate for the remote device. This is the |
173 | * normal operational state for a remote device. | 173 | * normal operational state for a remote device. |