[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220802200915.6390-1-wangborong@cdjrlc.com>
Date: Wed, 3 Aug 2022 04:09:15 +0800
From: Jason Wang <wangborong@...rlc.com>
To: stern@...land.harvard.edu
Cc: gregkh@...uxfoundation.org, rafael.j.wysocki@...el.com,
heikki.krogerus@...ux.intel.com, linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org, Jason Wang <wangborong@...rlc.com>
Subject: [PATCH] USB: core: Fix comment typo
The double `the' is duplicated in the comment, remove one.
Signed-off-by: Jason Wang <wangborong@...rlc.com>
---
drivers/usb/core/usb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/core/usb.c b/drivers/usb/core/usb.c
index 2f71636af6e1..11b15d7b357a 100644
--- a/drivers/usb/core/usb.c
+++ b/drivers/usb/core/usb.c
@@ -801,7 +801,7 @@ EXPORT_SYMBOL_GPL(usb_intf_get_dma_device);
* is simple:
*
* When locking both a device and its parent, always lock the
- * the parent first.
+ * parent first.
*/
/**
--
2.35.1
Powered by blists - more mailing lists