diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-07-26 23:06:29 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-09-15 14:50:49 +0200 |
commit | 699324871fcc3650f2023c5e36cb119a92d7894b (patch) | |
tree | 7115a8183a4fd00b6f0ea1ae3b8f3dfbcf1c454b /drivers/scsi/isci/phy.c | |
parent | ca4a04cf3dd0cecb5e7188ed7796cc55fc13aeb1 (diff) | |
download | talos-obmc-linux-699324871fcc3650f2023c5e36cb119a92d7894b.tar.gz talos-obmc-linux-699324871fcc3650f2023c5e36cb119a92d7894b.zip |
treewide: remove extra semicolons from various parts of the kernel
This is a resend from the original, changing the title from PATCH to
RFC(since this is a review for commit, and I should have put that the first go around).
and also removing some of the commit's with ia64 and bash since it is significant.
let me know if I might have missed anything etc..
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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 79313a7a2356..8d9192d49f4a 100644 --- a/drivers/scsi/isci/phy.c +++ b/drivers/scsi/isci/phy.c @@ -695,7 +695,7 @@ enum sci_status sci_phy_event_handler(struct isci_phy *iphy, u32 event_code) __func__, event_code); - return SCI_FAILURE;; + return SCI_FAILURE; } return SCI_SUCCESS; case SCI_PHY_SUB_AWAIT_SATA_SPEED_EN: |