diff options
author | James Bottomley <James.Bottomley@HansenPartnership.com> | 2011-07-03 14:14:45 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2011-07-03 14:26:24 -0500 |
commit | a5ec7f86dc5432c44d8407a144e7617ec65da770 (patch) | |
tree | 9fdbe6b2d5784a68bb350d69eb83ae0e3cb45c90 /drivers/scsi/isci/phy.c | |
parent | 5b45b69c0573b802a50ccad30e154b93d3b36ff8 (diff) | |
download | talos-obmc-linux-a5ec7f86dc5432c44d8407a144e7617ec65da770.tar.gz talos-obmc-linux-a5ec7f86dc5432c44d8407a144e7617ec65da770.zip |
[SCSI] isci: fix checkpatch errors
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/isci/phy.c')
-rw-r--r-- | drivers/scsi/isci/phy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/isci/phy.c b/drivers/scsi/isci/phy.c index d8f893ee7d03..79313a7a2356 100644 --- a/drivers/scsi/isci/phy.c +++ b/drivers/scsi/isci/phy.c @@ -197,7 +197,7 @@ sci_phy_link_layer_initialization(struct isci_phy *iphy, llctl = SCU_SAS_LLCTL_GEN_VAL(NO_OUTBOUND_TASK_TIMEOUT, (u8)ihost->user_parameters.no_outbound_task_timeout); - switch(phy_user->max_speed_generation) { + switch (phy_user->max_speed_generation) { case SCIC_SDS_PARM_GEN3_SPEED: link_rate = SCU_SAS_LINK_LAYER_CONTROL_MAX_LINK_RATE_GEN3; break; |