[PATCH] scsi: mpt3sas: fix spelling of "support" in comments

Shi Hao posted 1 patch 2 months, 3 weeks ago
drivers/scsi/mpt3sas/mpt3sas_ctl.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] scsi: mpt3sas: fix spelling of "support" in comments
Posted by Shi Hao 2 months, 3 weeks ago
Two comments had misspelled 'support' as 'suppport' by adding
an extra 'p'. Remove the extra letter as it improves code
readability and maintains professional code documentation
standards.

Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
---
 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 3b951589feeb..396bf1dc9bcc 100644
--- a/drivers/scsi/mpt3sas/mpt3sas_ctl.c
+++ b/drivers/scsi/mpt3sas/mpt3sas_ctl.c
@@ -3830,7 +3830,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
@@ -4133,7 +4133,7 @@ diag_trigger_mpi_store(struct device *cdev,

 static DEVICE_ATTR_RW(diag_trigger_mpi);

-/*********** diagnostic trigger suppport *** END ****************************/
+/*********** diagnostic trigger support *** END ****************************/

 /*****************************************/

--
2.51.0