[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220821152436.63169-1-yuanjilin@cdjrlc.com>
Date: Sun, 21 Aug 2022 23:24:36 +0800
From: Jilin Yuan <yuanjilin@...rlc.com>
To: balbi@...nel.org
Cc: linux-usb@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, Jilin Yuan <yuanjilin@...rlc.com>
Subject: [PATCH] gadget/udc: fix repeated words in comments
Delete the redundant word 'also'.
Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
---
drivers/usb/gadget/udc/at91_udc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/gadget/udc/at91_udc.c b/drivers/usb/gadget/udc/at91_udc.c
index 728987280373..c80d0902bb30 100644
--- a/drivers/usb/gadget/udc/at91_udc.c
+++ b/drivers/usb/gadget/udc/at91_udc.c
@@ -994,7 +994,7 @@ static const struct usb_gadget_ops at91_udc_ops = {
.udc_stop = at91_stop,
/*
- * VBUS-powered devices may also also want to support bigger
+ * VBUS-powered devices may also want to support bigger
* power budgets after an appropriate SET_CONFIGURATION.
*/
/* .vbus_power = at91_vbus_power, */
--
2.36.1
Powered by blists - more mailing lists