Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254316
b: refs/heads/master
c: 2f02f55
h: refs/heads/master
v: v3
  • Loading branch information
Henryk Dembkowski authored and Dan Williams committed Jul 3, 2011
1 parent 0812f59 commit c3226d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7fbafaa51960cd2f2a7afa63829b4135c9682a75
refs/heads/master: 2f02f556abd4411d4d348b3bd9ce4d21c316f447
12 changes: 6 additions & 6 deletions trunk/drivers/scsi/isci/core/scic_sds_remote_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit c3226d8

Please sign in to comment.