[PATCH] scsi: mpt3sas: Fix spelling typo in comment
From: Jiangshan Yi
Date: Fri Jul 15 2022 - 05:16:29 EST
From: Jiangshan Yi <yijiangshan@xxxxxxxxxx>
Fix spelling typo in comment.
Reported-by: k2ci <kernel-bot@xxxxxxxxxx>
Signed-off-by: Jiangshan Yi <yijiangshan@xxxxxxxxxx>
---
drivers/scsi/mpt3sas/mpt3sas_ctl.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/scsi/mpt3sas/mpt3sas_ctl.c b/drivers/scsi/mpt3sas/mpt3sas_ctl.c
index 84c87c2c3e7e..d0b8db59ba30 100644
--- a/drivers/scsi/mpt3sas/mpt3sas_ctl.c
+++ b/drivers/scsi/mpt3sas/mpt3sas_ctl.c
@@ -3491,7 +3491,7 @@ host_trace_buffer_enable_store(struct device *cdev,
}
static DEVICE_ATTR_RW(host_trace_buffer_enable);
-/*********** diagnostic trigger suppport *********************************/
+/*********** diagnostic trigger support *********************************/
/**
* diag_trigger_master_show - show the diag_trigger_master attribute
@@ -3794,7 +3794,7 @@ diag_trigger_mpi_store(struct device *cdev,
static DEVICE_ATTR_RW(diag_trigger_mpi);
-/*********** diagnostic trigger suppport *** END ****************************/
+/*********** diagnostic trigger support *** END ****************************/
/*****************************************/
--
2.25.1