]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
scsi: aacraid: Spelling fix in comment
authorDongliang Mu <mudongliangabcd@gmail.com>
Tue, 7 Aug 2018 05:14:29 +0000 (01:14 -0400)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 9 Aug 2018 01:32:43 +0000 (21:32 -0400)
requesed -> requested

Signed-off-by: Dongliang Mu <mudongliangabcd@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/aacraid/commsup.c
drivers/scsi/aacraid/dpcsup.c

index d62ddd63f4fe115d849f5aea3e16a649fa0531eb..6e1b022a823d59d5e2c9ab664fa9a82f76526f3c 100644 (file)
@@ -514,7 +514,7 @@ int aac_fib_send(u16 command, struct fib *fibptr, unsigned long size,
         *      The only invalid cases are if the caller requests to wait and
         *      does not request a response and if the caller does not want a
         *      response and the Fib is not allocated from pool. If a response
-        *      is not requesed the Fib will just be deallocaed by the DPC
+        *      is not requested the Fib will just be deallocaed by the DPC
         *      routine when the response comes back from the adapter. No
         *      further processing will be done besides deleting the Fib. We
         *      will have a debug mode where the adapter can notify the host
index 417ba349e10e3fb51109cc33d2aa4f326dd22700..ddc69738375fc1d567f3b2e357dfb24bfed1ffec 100644 (file)
@@ -65,7 +65,7 @@ unsigned int aac_response_normal(struct aac_queue * q)
        /*
         *      Keep pulling response QEs off the response queue and waking
         *      up the waiters until there are no more QEs. We then return
-        *      back to the system. If no response was requesed we just
+        *      back to the system. If no response was requested we just
         *      deallocate the Fib here and continue.
         */
        while(aac_consumer_get(dev, q, &entry))