diff options
author | Anatol Pomozov <anatol.pomozov@gmail.com> | 2012-09-01 10:31:09 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-01 10:33:05 -0700 |
commit | 4907cb7b193a4f91c1fd30cf679c035e3644c64d (patch) | |
tree | 3a11b6fed733b906e005a7f7cfa5b5c6c78dbd49 /drivers/scsi/isci/init.c | |
parent | 203fa3fe9c9d79b3f4cd044cab13622123b6c578 (diff) | |
download | talos-op-linux-4907cb7b193a4f91c1fd30cf679c035e3644c64d.tar.gz talos-op-linux-4907cb7b193a4f91c1fd30cf679c035e3644c64d.zip |
treewide: fix comment/printk/variable typos
Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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 = { * @isci_host: This parameter specifies the lldd specific wrapper for the * libsas sas_ha struct. * - * This method returns an error code indicating sucess or failure. The user + * This method returns an error code indicating success or failure. The user * should check for possible memory allocation error return otherwise, a zero * indicates success. */ |