diff mbox series

gadget/udc: fix repeated words in comments

Message ID 20220821152009.61380-1-yuanjilin@cdjrlc.com
State New
Headers show
Series gadget/udc: fix repeated words in comments | expand

Commit Message

Jilin Yuan Aug. 21, 2022, 3:20 p.m. UTC
Delete the redundant word 'tell'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/usb/gadget/udc/pxa25x_udc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Greg Kroah-Hartman Aug. 22, 2022, 6:14 a.m. UTC | #1
On Sun, Aug 21, 2022 at 11:20:09PM +0800, Jilin Yuan wrote:
>  Delete the redundant word 'tell'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
> ---
>  drivers/usb/gadget/udc/pxa25x_udc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/usb/gadget/udc/pxa25x_udc.c b/drivers/usb/gadget/udc/pxa25x_udc.c
> index c593fc383481..176e2b157021 100644
> --- a/drivers/usb/gadget/udc/pxa25x_udc.c
> +++ b/drivers/usb/gadget/udc/pxa25x_udc.c
> @@ -1737,7 +1737,7 @@ static void handle_ep0 (struct pxa25x_udc *dev)
>  				/* hardware automagic preventing STALL... */
>  				if (dev->req_config) {
>  					/* hardware sometimes neglects to tell
> -					 * tell us about config change events,
> +					 * us about config change events,
>  					 * so later ones may fail...
>  					 */
>  					WARNING("config change %02x fail %d?\n",
> -- 
> 2.36.1
> 

You sent 3 patches that do different things, yet have the same exact
subject line :(

Please fix up and resend _ALL_ of your USB patches with a unique subject
line, _AND_ as a patch series as I have now dropped them all from my
review queue.

thanks,

greg k-h
diff mbox series

Patch

diff --git a/drivers/usb/gadget/udc/pxa25x_udc.c b/drivers/usb/gadget/udc/pxa25x_udc.c
index c593fc383481..176e2b157021 100644
--- a/drivers/usb/gadget/udc/pxa25x_udc.c
+++ b/drivers/usb/gadget/udc/pxa25x_udc.c
@@ -1737,7 +1737,7 @@  static void handle_ep0 (struct pxa25x_udc *dev)
 				/* hardware automagic preventing STALL... */
 				if (dev->req_config) {
 					/* hardware sometimes neglects to tell
-					 * tell us about config change events,
+					 * us about config change events,
 					 * so later ones may fail...
 					 */
 					WARNING("config change %02x fail %d?\n",