Re: [U-Boot] [PATCH v2 3/5] usb: kbd: fix typo

2019-08-13 Thread Simon Glass
On Sat, 10 Aug 2019 at 03:24, Heinrich Schuchardt  wrote:
>
> %s/a interrupt/an interrupt/
>
> Signed-off-by: Heinrich Schuchardt 
> ---
> v2
> new patch
> ---
>  common/usb_kbd.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH v2 3/5] usb: kbd: fix typo

2019-08-13 Thread Simon Glass
On Sat, 10 Aug 2019 at 03:24, Heinrich Schuchardt  wrote:
>
> %s/a interrupt/an interrupt/
>
> Signed-off-by: Heinrich Schuchardt 
> ---
> v2
> new patch
> ---
>  common/usb_kbd.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

drivers/usb/emul/sandbox_keyb.c
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH v2 3/5] usb: kbd: fix typo

2019-08-10 Thread Heinrich Schuchardt
%s/a interrupt/an interrupt/

Signed-off-by: Heinrich Schuchardt 
---
v2
new patch
---
 common/usb_kbd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/usb_kbd.c b/common/usb_kbd.c
index c9ac7a9e4c..42c8c4041a 100644
--- a/common/usb_kbd.c
+++ b/common/usb_kbd.c
@@ -379,7 +379,7 @@ static inline void usb_kbd_poll_for_event(struct usb_device 
*dev)
 #if defined(CONFIG_SYS_USB_EVENT_POLL)
struct usb_kbd_pdata *data = dev->privptr;

-   /* Submit a interrupt transfer request */
+   /* Submit an interrupt transfer request */
usb_submit_int_msg(dev, data->intpipe, >new[0], data->intpktsize,
   data->intinterval);

--
2.20.1

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot