lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251114105952.27379-1-i.shihao.999@gmail.com>
Date: Fri, 14 Nov 2025 16:29:52 +0530
From: Shi Hao <i.shihao.999@...il.com>
To: martin.petersen@...cle.com
Cc: James.Bottomley@...senPartnership.com,
	suganath-prabu.subramani@...adcom.com,
	sreekanth.reddy@...adcom.com,
	sathya.prakash@...adcom.com,
	i.shihao.999@...il.com,
	MPT-FusionLinux.pdl@...adcom.com,
	linux-scsi@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH v2] scsi: mpt3sas: fix spelling mistakes in comments

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@...il.com>

---

changes v2:
- update patch subject description.

Signed-off-by: Shi Hao <i.shihao.999@...il.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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ