public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: cdc-wdm: Fix typo in comment
@ 2025-03-11 15:57 Suraj Patil
  2025-03-11 16:55 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Suraj Patil @ 2025-03-11 15:57 UTC (permalink / raw)
  To: gregkh, oneukum, stern; +Cc: linux-usb, linux-kernel, Suraj Patil

Signed-off-by: Suraj Patil <surajpatil522@gmail.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


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [PATCH] usb: cdc-wdm: Fix typo in comment
@ 2025-03-11 17:16 Suraj Patil
  2025-03-11 17:36 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Suraj Patil @ 2025-03-11 17:16 UTC (permalink / raw)
  To: gregkh; +Cc: oneukum, stern, viro, linux-usb, linux-kernel, Suraj Patil

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@gmail.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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-03-11 17:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-11 15:57 [PATCH] usb: cdc-wdm: Fix typo in comment Suraj Patil
2025-03-11 16:55 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2025-03-11 17:16 Suraj Patil
2025-03-11 17:36 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox