2021-04-23 13:25:17

by Wei Ming Chen

[permalink] [raw]
Subject: [PATCH] usb: gadget: function: fix typo in f_hid.c

Replace `me` with `be`

Signed-off-by: Wei Ming Chen <[email protected]>
---
drivers/usb/gadget/function/f_hid.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/gadget/function/f_hid.c b/drivers/usb/gadget/function/f_hid.c
index 1125f4715830..0c964be58406 100644
--- a/drivers/usb/gadget/function/f_hid.c
+++ b/drivers/usb/gadget/function/f_hid.c
@@ -1117,7 +1117,7 @@ static struct usb_function *hidg_alloc(struct usb_function_instance *fi)
hidg->func.setup = hidg_setup;
hidg->func.free_func = hidg_free;

- /* this could me made configurable at some point */
+ /* this could be made configurable at some point */
hidg->qlen = 4;

return &hidg->func;
--
2.25.1


2021-04-24 08:15:11

by Felipe Balbi

[permalink] [raw]
Subject: Re: [PATCH] usb: gadget: function: fix typo in f_hid.c


Hi,

Wei Ming Chen <[email protected]> writes:

> Replace `me` with `be`
>
> Signed-off-by: Wei Ming Chen <[email protected]>

Acked-by: Felipe Balbi <[email protected]>

--
balbi


Attachments:
signature.asc (873.00 B)