[PATCH v2] scsi: mpt3sas: fix spelling mistakes 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 v2] scsi: mpt3sas: fix spelling mistakes in comments
Posted by Shi Hao 2 months, 3 weeks ago
Replace 'implemention' with 'implementation' and 'deboucing'
with 'debouncing' to improve code readability and also ensuring
professional code documentation standards.

Signed-off-by: Shi Hao <i.shihao.999@gmail.com>

---

changes v2:
- update patch subject description.

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..1986c5c4bc14 100644
--- a/drivers/scsi/mpt3sas/mpt3sas_ctl.c
+++ b/drivers/scsi/mpt3sas/mpt3sas_ctl.c
@@ -3324,7 +3324,7 @@ static DEVICE_ATTR_RO(board_tracer);
  * @attr: ?
  * @buf: the buffer returned
  *
- * This is for firmware implemention for deboucing device
+ * This is for firmware implementation for debouncing device
  * removal events.
  *
  * A sysfs 'read-only' shost attribute.
@@ -3346,7 +3346,7 @@ static DEVICE_ATTR_RO(io_delay);
  * @attr: ?
  * @buf: the buffer returned
  *
- * This is for firmware implemention for deboucing device
+ * This is for firmware implementation for debouncing device
  * removal events.
  *
  * A sysfs 'read-only' shost attribute.
--
2.51.0