[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190520032403.12513-1-houweitaoo@gmail.com>
Date: Mon, 20 May 2019 11:24:03 +0800
From: Weitao Hou <houweitaoo@...il.com>
To: jinpu.wang@...fitbricks.com, lindar_liu@...sh.com,
jejb@...ux.ibm.com, martin.petersen@...cle.com
Cc: linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org,
Weitao Hou <houweitaoo@...il.com>
Subject: [PATCH] scsi: fix typos in code comments
fix abord to abort
Signed-off-by: Weitao Hou <houweitaoo@...il.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
Powered by blists - more mailing lists