[PATCH] usb: cdc-wdm: Fix typo in comment

Suraj Patil posted 1 patch 9 months, 1 week ago
There is a newer version of this series
drivers/usb/class/cdc-wdm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] usb: cdc-wdm: Fix typo in comment
Posted by Suraj Patil 9 months, 1 week ago
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
Re: [PATCH] usb: cdc-wdm: Fix typo in comment
Posted by Greg KH 9 months, 1 week ago
On Tue, Mar 11, 2025 at 03:57:12PM +0000, Suraj Patil wrote:
> Signed-off-by: Suraj Patil <surajpatil522@gmail.com>

Sorry, but I can not take commit without any changelog text.