treewide: fix comment/printk/variable typos
Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
203fa3fe9c
commit
4907cb7b19
@@ -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.
|
||||
*/
|
||||
|
@@ -2240,7 +2240,7 @@ static enum sci_status atapi_data_tc_completion_handler(struct isci_request *ire
|
||||
status = ireq->sci_status;
|
||||
sci_change_state(&idev->sm, SCI_STP_DEV_ATAPI_ERROR);
|
||||
} else {
|
||||
/* If receiving any non-sucess TC status, no UF
|
||||
/* If receiving any non-success TC status, no UF
|
||||
* received yet, then an UF for the status fis
|
||||
* is coming after (XXX: suspect this is
|
||||
* actually a protocol error or a bug like the
|
||||
|
@@ -532,7 +532,7 @@ int isci_task_abort_task(struct sas_task *task)
|
||||
/* The request has already completed and there
|
||||
* is nothing to do here other than to set the task
|
||||
* done bit, and indicate that the task abort function
|
||||
* was sucessful.
|
||||
* was successful.
|
||||
*/
|
||||
spin_lock_irqsave(&task->task_state_lock, flags);
|
||||
task->task_state_flags |= SAS_TASK_STATE_DONE;
|
||||
|
Reference in New Issue
Block a user