* [PATCH] scsi: fix typos in code comments
@ 2019-05-20 3:24 Weitao Hou
2019-05-30 1:36 ` Martin K. Petersen
0 siblings, 1 reply; 2+ messages in thread
From: Weitao Hou @ 2019-05-20 3:24 UTC (permalink / raw)
To: jinpu.wang, lindar_liu, jejb, martin.petersen
Cc: linux-scsi, linux-kernel, Weitao Hou
fix abord to abort
Signed-off-by: Weitao Hou <houweitaoo@gmail.com>
---
drivers/scsi/pm8001/pm8001_sas.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/pm8001/pm8001_sas.c b/drivers/scsi/pm8001/pm8001_sas.c
index 88eef3b18e41..3de57c5a3299 100644
--- a/drivers/scsi/pm8001/pm8001_sas.c
+++ b/drivers/scsi/pm8001/pm8001_sas.c
@@ -1181,7 +1181,7 @@ int pm8001_query_task(struct sas_task *task)
return rc;
}
-/* mandatory SAM-3, still need free task/ccb info, abord the specified task */
+/* mandatory SAM-3, still need free task/ccb info, abort the specified task */
int pm8001_abort_task(struct sas_task *task)
{
unsigned long flags;
--
2.18.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] scsi: fix typos in code comments
2019-05-20 3:24 [PATCH] scsi: fix typos in code comments Weitao Hou
@ 2019-05-30 1:36 ` Martin K. Petersen
0 siblings, 0 replies; 2+ messages in thread
From: Martin K. Petersen @ 2019-05-30 1:36 UTC (permalink / raw)
To: Weitao Hou
Cc: jinpu.wang, lindar_liu, jejb, martin.petersen, linux-scsi,
linux-kernel
Weitao,
> fix abord to abort
Updated patch header to reflect the pm8001 driver and applied to
5.3/scsi-queue. Thanks!
--
Martin K. Petersen Oracle Linux Engineering
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-05-30 1:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-20 3:24 [PATCH] scsi: fix typos in code comments Weitao Hou
2019-05-30 1:36 ` Martin K. Petersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).