[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220821151638.58606-1-yuanjilin@cdjrlc.com>
Date: Sun, 21 Aug 2022 23:16:38 +0800
From: Jilin Yuan <yuanjilin@...rlc.com>
To: gregkh@...uxfoundation.org
Cc: linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
Jilin Yuan <yuanjilin@...rlc.com>
Subject: [PATCH] usb/core: fix repeated words in comments
Delete the redundant word 'can'.
Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
---
drivers/usb/core/hub.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
index 68e9121c1878..04a73871254f 100644
--- a/drivers/usb/core/hub.c
+++ b/drivers/usb/core/hub.c
@@ -2029,7 +2029,7 @@ static void recursively_mark_NOTATTACHED(struct usb_device *udev)
*
* udev->state is _not_ fully protected by the device lock. Although
* most transitions are made only while holding the lock, the state can
- * can change to USB_STATE_NOTATTACHED at almost any time. This
+ * change to USB_STATE_NOTATTACHED at almost any time. This
* is so that devices can be marked as disconnected as soon as possible,
* without having to wait for any semaphores to be released. As a result,
* all changes to any device's state must be protected by the
--
2.36.1
Powered by blists - more mailing lists