Commit 881a9a54 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Martin K. Petersen

scsi: isci: Grammar s/the its/its/

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent ec0a95ab
...@@ -224,7 +224,7 @@ static void scu_ssp_request_construct_task_context( ...@@ -224,7 +224,7 @@ static void scu_ssp_request_construct_task_context(
idev = ireq->target_device; idev = ireq->target_device;
iport = idev->owning_port; iport = idev->owning_port;
/* Fill in the TC with the its required data */ /* Fill in the TC with its required data */
task_context->abort = 0; task_context->abort = 0;
task_context->priority = 0; task_context->priority = 0;
task_context->initiator_request = 1; task_context->initiator_request = 1;
...@@ -506,7 +506,7 @@ static void scu_sata_request_construct_task_context( ...@@ -506,7 +506,7 @@ static void scu_sata_request_construct_task_context(
idev = ireq->target_device; idev = ireq->target_device;
iport = idev->owning_port; iport = idev->owning_port;
/* Fill in the TC with the its required data */ /* Fill in the TC with its required data */
task_context->abort = 0; task_context->abort = 0;
task_context->priority = SCU_TASK_PRIORITY_NORMAL; task_context->priority = SCU_TASK_PRIORITY_NORMAL;
task_context->initiator_request = 1; task_context->initiator_request = 1;
...@@ -3235,7 +3235,7 @@ sci_io_request_construct_smp(struct device *dev, ...@@ -3235,7 +3235,7 @@ sci_io_request_construct_smp(struct device *dev,
iport = idev->owning_port; iport = idev->owning_port;
/* /*
* Fill in the TC with the its required data * Fill in the TC with its required data
* 00h * 00h
*/ */
task_context->priority = 0; task_context->priority = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment