summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aacraid/dpcsup.c
diff options
context:
space:
mode:
authorDongliang Mu <mudongliangabcd@gmail.com>2018-08-07 01:14:29 -0400
committerMartin K. Petersen <martin.petersen@oracle.com>2018-08-08 21:32:43 -0400
commitd98e000cc79e740f0c9e2dee59cd4b12a2f11a52 (patch)
tree48097d4220eaa08bf36c06de5cdf89e035942855 /drivers/scsi/aacraid/dpcsup.c
parente70183143cc472960bc60dfee1b7bbe1949feffb (diff)
downloadlinux-d98e000cc79e740f0c9e2dee59cd4b12a2f11a52.tar.bz2
scsi: aacraid: Spelling fix in comment
requesed -> requested Signed-off-by: Dongliang Mu <mudongliangabcd@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/aacraid/dpcsup.c')
-rw-r--r--drivers/scsi/aacraid/dpcsup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aacraid/dpcsup.c b/drivers/scsi/aacraid/dpcsup.c
index 417ba349e10e..ddc69738375f 100644
--- a/drivers/scsi/aacraid/dpcsup.c
+++ b/drivers/scsi/aacraid/dpcsup.c
@@ -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))