]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
scsi: isci: Grammar s/the its/its/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 7 Jun 2019 11:34:26 +0000 (13:34 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 18 Jun 2019 23:46:25 +0000 (19:46 -0400)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/isci/request.c

index 1b18cf55167e0a2e2c8a7a7ff41de1a6c70a5ec3..c552b4b59717ae9bd9930f0915a1ed7634fbaea8 100644 (file)
@@ -224,7 +224,7 @@ static void scu_ssp_request_construct_task_context(
        idev = ireq->target_device;
        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->priority = 0;
        task_context->initiator_request = 1;
@@ -506,7 +506,7 @@ static void scu_sata_request_construct_task_context(
        idev = ireq->target_device;
        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->priority = SCU_TASK_PRIORITY_NORMAL;
        task_context->initiator_request = 1;
@@ -3235,7 +3235,7 @@ sci_io_request_construct_smp(struct device *dev,
        iport = idev->owning_port;
 
        /*
-        * Fill in the TC with the its required data
+        * Fill in the TC with its required data
         * 00h
         */
        task_context->priority = 0;