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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250311171633.469024-1-surajpatil522@gmail.com>
Date: Tue, 11 Mar 2025 17:16:33 +0000
From: Suraj Patil <surajpatil522@...il.com>
To: gregkh@...uxfoundation.org
Cc: oneukum@...e.com,
	stern@...land.harvard.edu,
	viro@...iv.linux.org.uk,
	linux-usb@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Suraj Patil <surajpatil522@...il.com>
Subject: [PATCH] usb: cdc-wdm: Fix typo in comment

cdc-wdm: Fix typo in comment

Corrected 'interferring' to 'interfering' in a comment
to improve readability and maintain code quality.
No functional changes.

Signed-off-by: Suraj Patil <surajpatil522@...il.com>
---
 drivers/usb/class/cdc-wdm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/class/cdc-wdm.c b/drivers/usb/class/cdc-wdm.c
index 86ee39db013f..c5123db416fa 100644
--- a/drivers/usb/class/cdc-wdm.c
+++ b/drivers/usb/class/cdc-wdm.c
@@ -1181,7 +1181,7 @@ static int wdm_probe(struct usb_interface *intf, const struct usb_device_id *id)
  *
  * The subdriver will manage the given interrupt endpoint exclusively
  * and will issue control requests referring to the given intf. It
- * will otherwise avoid interferring, and in particular not do
+ * will otherwise avoid interfering, and in particular not do
  * usb_set_intfdata/usb_get_intfdata on intf.
  *
  * The return value is a pointer to the subdriver's struct usb_driver.
-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ