diff options
Diffstat (limited to 'drivers/scsi/isci/init.c')
-rw-r--r-- | drivers/scsi/isci/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/isci/init.c b/drivers/scsi/isci/init.c index 47e28b555029..8912567988cf 100644 --- a/drivers/scsi/isci/init.c +++ b/drivers/scsi/isci/init.c | |||
@@ -219,7 +219,7 @@ static struct sas_domain_function_template isci_transport_ops = { | |||
219 | * @isci_host: This parameter specifies the lldd specific wrapper for the | 219 | * @isci_host: This parameter specifies the lldd specific wrapper for the |
220 | * libsas sas_ha struct. | 220 | * libsas sas_ha struct. |
221 | * | 221 | * |
222 | * This method returns an error code indicating sucess or failure. The user | 222 | * This method returns an error code indicating success or failure. The user |
223 | * should check for possible memory allocation error return otherwise, a zero | 223 | * should check for possible memory allocation error return otherwise, a zero |
224 | * indicates success. | 224 | * indicates success. |
225 | */ | 225 | */ |