diff options
author | James Bottomley <James.Bottomley@HansenPartnership.com> | 2011-07-03 15:14:45 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2011-07-03 15:26:24 -0400 |
commit | a5ec7f86dc5432c44d8407a144e7617ec65da770 (patch) | |
tree | 9fdbe6b2d5784a68bb350d69eb83ae0e3cb45c90 /drivers/scsi/isci/remote_device.c | |
parent | 5b45b69c0573b802a50ccad30e154b93d3b36ff8 (diff) |
[SCSI] isci: fix checkpatch errors
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/isci/remote_device.c')
-rw-r--r-- | drivers/scsi/isci/remote_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/isci/remote_device.c b/drivers/scsi/isci/remote_device.c index 85e54f542075..b6e6368c2665 100644 --- a/drivers/scsi/isci/remote_device.c +++ b/drivers/scsi/isci/remote_device.c | |||
@@ -73,7 +73,7 @@ | |||
73 | static void isci_remote_device_not_ready(struct isci_host *ihost, | 73 | static void isci_remote_device_not_ready(struct isci_host *ihost, |
74 | struct isci_remote_device *idev, u32 reason) | 74 | struct isci_remote_device *idev, u32 reason) |
75 | { | 75 | { |
76 | struct isci_request * ireq; | 76 | struct isci_request *ireq; |
77 | 77 | ||
78 | dev_dbg(&ihost->pdev->dev, | 78 | dev_dbg(&ihost->pdev->dev, |
79 | "%s: isci_device = %p\n", __func__, idev); | 79 | "%s: isci_device = %p\n", __func__, idev); |